{# Below indicates whether dea already completed #}
{% include "flash_header.html" %}
{# Below is the form. #}
{% with superForm=dea_form %}
{% include "superform.html" %}
{% endwith %}
{% endblock %}
{% block status %}
{% include "progress.html" %}
{% endblock %}