{# Gives the user errors if didn't fill out form correctly #}
{% include "flash_header.html" %}
{# Below is the form. #}
{% with superForm=cci_form %}
{% include "superform.html" %}
{% endwith %}
{% endblock %}
{% block status %}
{% include "progress.html" %}
{% endblock %}