{% extends 'base.html' %} {% block title %}Task - {{task.job_type.name}}{% endblock %} {% block scripts %} {% load staticfiles %} {% endblock %} {% block header %}
Description
{{task.job_type.description}}
Task Status
{{task.status_display}} {{started}}
{% if progress %}Once you have completed the the task click the button below.
{% elif validate_button %} {% elif failed_button %} {% endif %}Task File Manager
Task Output Log
{{ task.log }}