{% extends "template.html" %} {% block extrahead %} {% if progress >= 0 %} {% endif %} {% endblock %} {% block title%}Processing: {{subject}}{% endblock %} {% block content %}

Processing: {{subject}}

{%if text %} {{text}} {%else%} Processing, Please wait! {%endif%}
{% if progress >= 0 %}
{% endif %} {% endblock %}