{% extends "maintenance/base.html" %} {% block content %} {% include 'maintenance/back.html' %} {% include 'maintenance/heading.html' %} {% if not current_user_data.account.is_default_account %} Edit {% ifnotequal task.state "cancelled" %} Cancel now {% endifnotequal %} {% endif %}
Start | {{ task.start_time|date:"Y-m-d H:i" }} |
---|---|
End | {{ task.end_time|date:"Y-m-d H:i" }} |
Description | {{ task.description }} |
Components |
{% if components %}
|
Author | {{ task.author }} |
State | {{ task.state|capfirst }} |