<%inherit file="/main.html" /> <%block name="bodyclass">${course.css_class} <%namespace name='static' file='/static_content.html'/> <%block name="headextra"> <%static:css group='course'/> <%block name="title">${course.number} Combined Notifications <%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