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

Waiting

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

Your task is currently {{ task.status }}

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