芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/public_html/cepali/blocks/lp/templates/summary.mustache
{{! This file is part of Moodle - http://moodle.org/ Moodle is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Moodle is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Moodle. If not, see
. }} {{! Summary. Classes required for JS: * None Data attibutes required for JS: * None Context variables required for this template: * hasplans * hasactiveplans * activeplans * hasmoreplans * hascompstoreview * compstoreview * hasmorecompstoreview * hasplanstoreview * planstoreview * hasmoreplanstoreview }}
{{#hasplans}}
{{#str}}myplans, block_lp{{/str}}
{{#hasactiveplans}}
{{#activeplans}}
{{{name}}}
{{/activeplans}} {{#hasmoreplans}}
{{#str}}viewmore, block_lp{{/str}}
{{/hasmoreplans}}
{{/hasactiveplans}} {{^hasactiveplans}}
{{#str}}noactiveplans, block_lp{{/str}}
{{#str}}viewotherplans, block_lp{{/str}}
{{/hasactiveplans}}
{{/hasplans}} {{#hascompstoreview}}
{{#str}}competenciestoreview, block_lp{{/str}}
{{#compstoreview}}
{{{competency.shortname}}}
({{user.fullname}}) - {{usercompetency.statusname}}
{{/compstoreview}} {{#hasmorecompstoreview}}
{{#str}}viewmore, block_lp{{/str}}
{{/hasmorecompstoreview}}
{{/hascompstoreview}} {{#hasplanstoreview}}
{{#str}}planstoreview, block_lp{{/str}}
{{#planstoreview}}
{{{plan.name}}}
({{user.fullname}}) - {{plan.statusname}}
{{/planstoreview}} {{#hasmoreplanstoreview}}
{{#str}}viewmore, block_lp{{/str}}
{{/hasmoreplanstoreview}}
{{/hasplanstoreview}}