{% extends 'base.html' %} {% block content %}

Preprocessing

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