{% extends 'taskdatabase/base.html' %} {% load static %} {% block myBlock %}

Failures

These are all the tasks that failed. Click 'Retry' to restart the this step in the workflow (see 'Diagram' in top menu). {% include 'taskdatabase/failures/filter_buttons.html' %} 
{% include 'taskdatabase/pagination.html' %}   {% if my_tasks %}
{% include 'taskdatabase/failures/headers.html' %} {% include 'taskdatabase/failures/tasks.html' %}
{% else %}

No recent Tasks.

{% endif %}
{% include 'taskdatabase/pagination.html' %}
{% include 'taskdatabase/no_refresh.html' %} {% endblock %}