${_('Task name')} | ${_('Date')} | ${_('Details')} |
---|---|---|
${history.get_task_name().title()} | ${history.created.strftime("%B %d, %Y")} | ${history.get_certificate_generation_candidates()} |
%page args="section_data" expression_filter="h"/> <%namespace name='static' file='../../static_content.html'/> <%! from django.utils.translation import ugettext as _ from openedx.core.djangolib.js_utils import dump_js_escaped_json, js_escaped_string %> <%static:require_module_async module_name="js/certificates/factories/certificate_whitelist_factory" class_name="CertificateWhitelistFactory"> CertificateWhitelistFactory(${certificate_white_list | n, dump_js_escaped_json}, '${generate_certificate_exceptions_url | n, js_escaped_string}', '${certificate_exception_view_url | n, js_escaped_string}', '${generate_bulk_certificate_exceptions_url | n, js_escaped_string}', ${bool(section_data['active_certificate']) | n, dump_js_escaped_json}); %static:require_module_async> <%static:require_module_async module_name="js/certificates/factories/certificate_invalidation_factory" class_name="CertificateInvalidationFactory"> CertificateInvalidationFactory('${certificate_invalidations | n, dump_js_escaped_json}', '${certificate_invalidation_view_url | n, js_escaped_string}'); %static:require_module_async>
${_('Generate example certificates for the course.')}
${_("Status:")}
${_("You must successfully generate example certificates before you enable student-generated certificates.")}
% endif${_("The status for any active tasks appears in a table below.")}
${_('Task name')} | ${_('Date')} | ${_('Details')} |
---|---|---|
${history.get_task_name().title()} | ${history.created.strftime("%B %d, %Y")} | ${history.get_certificate_generation_candidates()} |
${_("Set exceptions to generate certificates for learners who did not qualify for a certificate but have " \ "been given an exception by the course team. After you add learners to the exception list, click Generate " \ "Exception Certificates below.")}