{{! 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 . }} {{! Template competencies template. }}

{{{template.shortname}}} {{#template.canmanage}} {{#pix}}t/edit, core, {{#str}}edittemplate, tool_lp{{/str}}{{/pix}} {{/template.canmanage}}

{{{template.description}}}
{{#canmanagetemplatecompetencies}}
{{/canmanagetemplatecompetencies}}

{{#str}}templatecompetencies, tool_lp{{/str}}

{{#statistics}} {{> tool_lp/template_statistics }} {{/statistics}}
{{#competencies}}
{{#canmanagetemplatecompetencies}} {{/canmanagetemplatecompetencies}} {{#competency}} {{> tool_lp/competency_summary }} {{/competency}} {{#str}}linkedcourseslist, tool_lp{{/str}} {{#hascourses}} {{/hascourses}} {{^hascourses}} {{#str}}nolinkedcourses, tool_lp{{/str}} {{/hascourses}}
{{/competencies}}
{{^competencies}}

{{#str}}nocompetenciesintemplate, tool_lp{{/str}}

{{/competencies}}
{{#canmanagecompetencyframeworks}}

{{#str}}managecompetenciesandframeworks, tool_lp{{/str}}

{{/canmanagecompetencyframeworks}}
{{#js}} require(['tool_lp/competencies'], function(mod) { (new mod({{template.id}}, 'template', {{pagecontextid}})); }); {{/js}}