{% extends "maintenance/tabs.html" %} {% block tabcontent %} {% if tasks %}
Start | End | Description | Components | Author | State | |
---|---|---|---|---|---|---|
{% if task.is_endless %} | No end time | {% else %}{% endif %} | {{ 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 %}