{% extends "dashboard/base.html" %} {% load staticfiles %} {% block head %} {% if notfound %} {% endif %} {% endblock %} {% block body %}
{% if notfound %}

This task does not exist or hasn't been started yet.

{% else %}

Start time: {{started}}

Finish time: {{finished|default:"-"}}

{{content}}
{% if not finished %} {% endif %} {% endif %}
{% endblock %}