{% extends "maintenance/base.html" %} {% block content %} {% if tasks %}
Start | End | Description | Components | Author | State |
---|---|---|---|---|---|
{{ task.start_time|date:"Y-m-d H:i" }} | {{ task.end_time|date:"Y-m-d H:i" }} | {{ task.description|truncatewords:8 }} | {% if task.netbox %} {{ task.netbox.get_short_sysname }} {% else %} {{ task.component_count}} {% endif %} | {{ task.author }} | {{ task.state }} |
No maintenance tasks found.
{% endif %} {% endblock %}