{% extends "base.html" %} {% load static %} {% block page_content %}

{{ text }}

{% if is_error == True %}

Schedule not submitted. Fix following errors

{% for err in error_list %} {% endfor %} {% if from_loc == 'work' %} Try Again {% elif from_loc == 'classes' %} Try Again {% else %} Try Again {% endif %} {% else %}

{{ msg }}

Return to portal {% endif %}
{% endblock %}