Files
moodle/admin/tool/lp/templates/linked_courses_summary.mustache
Damyon Wiese c80630da1c MDL-51041 cbe: More refactoring of exporters
* Unit tests for base exporter
* Use the course_summary_exporter for list_courses_using_competency
* Rename competency_with_linked_courses_exporter to competency_summary_exporter
* Split properties_definition in 2 (added read_properties_definition)
* Improve phpdocs
* Make some methods final
* Throw an error when other_properties overlap with properties
2016-04-18 10:58:43 +08:00

12 lines
239 B
Plaintext

<p>
{{#str}}coursesusingthiscompetency, tool_lp{{/str}}
</p>
<ol>
{{#courses}}
<li><a href="{{viewurl}}">{{{fullname}}} {{{shortname}}}</a></li>
{{/courses}}
{{^courses}}
{{#str}}nolinkedcourses, tool_lp{{/str}}
{{/courses}}
</ol>