{% 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

{% if count >= 5 %}

This is taking longer than usual... Sorry for that

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