<%! from django.utils.translation import ugettext as _ %> <%inherit file="/main.html" /> <%block name="bodyclass">${course.css_class} <%namespace name='static' file='/static_content.html'/> <%block name="headextra"> <%static:css group='style-course-vendor'/> <%static:css group='style-course'/> <%block name="title">${_("{course_number} Combined Notifications").format(course_number=course.display_number_with_default) | h} <%include file="/courseware/course_navigation.html" args="active_page='open_ended'" />
${error_text}

${_("We're sorry, some student responses have been temporarily " "hidden. We appreciate your patience as we work hard " "to restore their visibility. Rest assured, no student " "data has been lost.")}
${_("Update: We have recovered the majority of student responses. " "Those responses submitted while the issue was active " "(approximately 2:00pm EST Dec 3 to 9:00am EST Dec 5) are " "temporarily unavailable, but we are working on restoring " "them, and they should be visible again shortly.")}


${_("Open Ended Console")}

${_("Instructions")}

${_("Here are items that could potentially need your attention.")}

% if success: % if len(notification_list) == 0:
${_("No items require attention at the moment.")}
%else:
%for notification in notification_list: % if notification['alert']: %endif %endif