%! from django.utils.translation import ugettext as _ %> <%inherit file="/main.html" /> <%namespace name='static' file='/static_content.html'/> <%block name="headextra"> <%static:css group='style-course-vendor'/> <%static:css group='style-course'/> %block> <%namespace name="progress_graph" file="/courseware/progress_graph.js"/> <%block name="pagetitle">${_("{course_number} Progress").format(course_number=course.display_number_with_default) | h}%block> <%block name="nav_skip">#course-info-progress%block> <%! from django.core.urlresolvers import reverse %> <%! from util.date_utils import get_time_display from django.conf import settings from django.utils.http import urlquote_plus %> <%block name="js_extra"> %block> <%include file="/dashboard/_dashboard_prompt_midcourse_reverify.html" /> <%include file="/courseware/course_navigation.html" args="active_page='progress'" />
${_("Creating certificate")}
%else: %endif %else:${_("Your certificate will be available when you pass the course.")}
%endif${section['format']} %if section.get('due') is not None: <% formatted_string = get_time_display(section['due'], course.due_date_display_format, coerce_tz=settings.TIME_ZONE_DISPLAYED_FOR_DEADLINES) due_date = '' if len(formatted_string)==0 else _(u'due {date}').format(date=formatted_string) %> ${due_date} %endif