{% extends "base/base.html" %} {% block title %} Manage classlist {% endblock title %} {% block page_heading %} Manage classlist {% endblock page_heading %} {% block main_content %} {% if success %} {% if warn_err %}

Classlist has warnings return to upload another file

Note that you can set "Ignore warnings" on upload to ignore these warnings.

{% for werr in warn_err %} {% endfor %}
Warning or Error Line Message
{{ werr.warn_or_err }} {{ werr.werr_line }} {{ werr.werr_text }}
{% else %}

Classlist uploaded successfully return

{% endif %} {% else %}
Upload failed due to errors:
return to upload another file {% for werr in warn_err %} {% endfor %}
Warning or Error Line Message
{{ werr.warn_or_err }} {{ werr.werr_line }} {{ werr.werr_text }}
{% endif %} {% endblock main_content %}