{% extends "template.html" %} {% block extrahead %} {% if progress >= 0 %} {% endif %} {% endblock %} {% block title%}Processing: {{subject}}{% endblock %} {% block content %}
{%if text %}
{{text}}
{%else%}
Processing, Please wait!
{%endif%}