moodle/admin/tool/lp/templates/linked_courses_summary.mustache
Damyon Wiese d9a39950b2 MDL-49459 Learning plans: Support for creating and editing competency frameworks.
This includes an API (\tool_lp\competency_api), a set of web services, unit tests for the web services and a nice UI built as an admin tool.
2016-04-18 10:58:32 +08:00

11 lines
273 B
Text

<p>
{{#str}}coursesusingthiscompetency, tool_lp{{/str}}
</p>
<ol>
{{#courses}}
<li><a href="{{courseviewurl}}?id={{id}}">{{{fullnameformatted}}} {{{shortnameformatted}}}</a></li>
{{/courses}}
{{^courses}}
{{#str}}nolinkedcourses, tool_lp{{/str}}
{{/courses}}
</ol>