%! from django.utils.translation import ugettext as _ from xmodule.util.date_utils import get_time_display from django.conf import settings %> <%namespace name='static' file='static_content.html'/>
${_("At {start_time}, you started this exam.").format(
start_time=get_time_display(start_time, coerce_tz=settings.TIME_ZONE))}
${_("By {end_time}, you must manually click the 'Final Submit' button below!").format(
end_time=get_time_display(end_time_to_display, coerce_tz=settings.TIME_ZONE))}