{% extends "maintenance/tabs.html" %} {% block tabcontent %} {% if tasks %} {% for task in tasks %} {% if task.is_endless %} {% else %} {% endif %} {% endfor %}
Maintenance Tasks
Start End Description Components Author State
No end time {{ task.description|truncatewords:8 }} {% if task.netbox %} {{ task.netbox.get_short_sysname }} {% else %} {{ task.component_count}} {% endif %} {{ task.author }} {{ task.state }}
{% else %}

No maintenance tasks found.

{% endif %} {% endblock %}