{% extends "master.html" %} {% block title %}Waiting{% endblock %} {% block content %}

Waiting

{% for field in form_data %} {% endfor %} {{ csrf }}

We are waiting for your task to finish. This page should be refreshed automatically, but if not click .

{% endblock %} {% block jscripts %} {{ super() }} {% endblock %}