{% extends "site_base.html" %} {% block page-subtitle %}: Tasks : Recently completed{% endblock %} {% block content-title %}Recently completed tasks{% endblock %} {% block style %} {{ block.super }} {% include 'taskresult/snippets/task_styles.html' %} {% endblock %} {% block content-body %}

Task Results

{# link to full list in django-admin if available #} {% url 'admin:taskresult_taskresult_changelist' as taskresult_changelist %} {% if taskresult_changelist %}

[view all]

{% endif %}
{% endblock %}