{% extends "base.html" %} {% block title %} {% if "error" in info or info.status == "FAILURE" or info.status == "REVOKED" %} {{ _("Task Failed") }} {% else %} {{ _("Working…") }} {% endif %} {% endblock %} {% block content %}

{{ self.title() }}

{% if "error" in info or info.status == "FAILURE" or info.status == "REVOKED" %}
{{ info.error }}
{% else %} {% endif %} {% endblock %}