diff --git a/main/template/games/learnpath/report.tpl b/main/template/games/learnpath/report.tpl new file mode 100644 index 0000000000..4bd1a9a625 --- /dev/null +++ b/main/template/games/learnpath/report.tpl @@ -0,0 +1,61 @@ +
+ + + + + + + + + + + + + + {% for user in user_list %} + + + + + + + + + + + {% endfor %} + +
{{ 'FirstName'|get_lang }}{{ 'LastName'|get_lang }}{{ 'ScormTime'|get_lang }}{{ 'Progress'|get_lang }}{{ 'ScormScore'|get_lang }}{{ 'LastConnection'|get_lang }}{{ 'Actions'|get_lang }}
{{ user.first_name }}{{ user.last_name }}{{ user.lp_time }}{{ user.lp_progress }}{{ user.lp_score }}{{ user.lp_last_connection }} + +
+
+ + diff --git a/main/template/games/learnpath/subscribe_users.tpl b/main/template/games/learnpath/subscribe_users.tpl new file mode 100644 index 0000000000..d48597d16c --- /dev/null +++ b/main/template/games/learnpath/subscribe_users.tpl @@ -0,0 +1,6 @@ +{% extends template ~ "/layout/layout_1_col.tpl" %} +{% block content %} + + {{ tabs }} + +{% endblock %}