{{! 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 mod_customcert/mobile_view_activity_page The main page to view the custom certificate activity Classes required for JS: * None Data attibutes required for JS: * All data attributes are required Context variables required for this template: * certificate * cmid * hasissues * issues * showgroups * groups * canmanage * requiredtimemet * hasrecipients * recipients * fileurl * showreport * currenttimestamp Example context (json): { "certificate": { "id": "1", "course": "2", "name": "A rad certificate name!", "intro": "A certificate", "requiredtime": "60" }, "cmid": "25", "issue": { "timecreated": "1528370177" }, "showgroups": "true", "groups": [ { "id": "2", "selected": "false", "name": "Group A" } ], "canmanage": "true", "requiredtimemet": "true", "fileurl": "http://yoursite.com/mod/customcert/mobile/pluginfile.php?id=4", "showreport": "true", "hasrecipients": "true", "recipients": [ { "id": "2", "issueid": "3", "displayname": "Michaelangelo (Mickey)", "fileurl": "http://yoursite.com/mod/customcert/mobile/pluginfile.php?id=4", "timecreated": "1528370177" } ], "currenttimestamp": "1528370177" } }} {{=<% %>=}} <%^canmanage%> <%#requiredtimemet%> {{ 'plugin.mod_customcert.receiveddate' | translate }}
<%#issue%> {{ <% timecreated %> | coreToLocaleString }} <%/issue%> <%^issue%> {{ 'plugin.mod_customcert.notissued' | translate }} <%/issue%>
<%/requiredtimemet%> <%^requiredtimemet%>

{{ 'plugin.mod_customcert.requiredtimenotmet' | translate: {$a: { requiredtime: <% certificate.requiredtime %>} } }}

<%/requiredtimemet%> <%/canmanage%> <%#canmanage%> {{ 'plugin.mod_customcert.getcustomcert' | translate }} <%/canmanage%> <%#showreport%> {{ 'plugin.mod_customcert.listofissues' | translate: { $a: <% numrecipients %> } }} <%#showgroups%> {{ 'plugin.mod_customcert.selectagroup' | translate }} <%#groups%> <% name %> <%/groups%> <%/showgroups%> <%#hasrecipients%> <%#recipients%> <% displayname %>
{{ <% timecreated %> | coreToLocaleString }}
<%#canmanage%> <%/canmanage%>
<%/recipients%> <%/hasrecipients%> <%^hasrecipients%> {{ 'plugin.mod_customcert.nothingtodisplay' | translate }} <%/hasrecipients%> <%/showreport%>