%! from django.utils.translation import ugettext as _ %> <%page args="section_data"/> %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']} |
${_("Total")} | ${modes['total']} |
${section_data['enrollment_message']}
%endif## Translators: git is a version-control system; see http://git-scm.com/about ${_("View detailed Git import logs for this course {link_start}by clicking here{link_end}.").format( link_start=''.format(section_data['detailed_gitlogs_url']), link_end='' )}
%endif${_("The status for any active tasks appears in a table below.")}
${ error[0] }
${ error[1] }