<%! 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}

${_("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