%page args="section_data" expression_filter="h"/> <%! from django.utils.translation import ugettext as _ from openedx.core.djangolib.markup import HTML, Text %> %if settings.FEATURES.get('DISPLAY_ANALYTICS_ENROLLMENTS') or section_data.get('enrollment_message'):
${_("Verified")} | ${modes['verified']} |
---|---|
${_("Audit")} | ${modes['audit']} |
${_("Honor")} | ${modes['honor']} |
${_("Professional")} | ${modes['professional'] + modes['no-id-professional']} |
${_("Executive Education")} | ${modes['executive-education']} |
${_("Master's")} | ${modes['masters']} |
${_("Total")} | ${modes['total']} |
${section_data['enrollment_message']}
%endif${_("The status for any active tasks appears in a table below.")}
${ error[0] }
${ error[1] }