{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% load plugins %} {% block content %}
Maintenance
Name {{ object.name }}
Summary {{ object.summary|placeholder }}
Status {% if object.status %} {{ object.status.name }} {% else %} {{ ''|placeholder }} {% endif %}
Start Time {{ object.start|placeholder }}
End Time {{ object.end|placeholder }}
Internal Ticket {{ object.internal_ticket|placeholder }}
Acknowledged {% if object.acknowledged %} Yes {% else %} No {% endif %}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% plugin_left_page object %}
{% include 'inc/panels/comments.html' %} {% plugin_right_page object %}
{% endblock %}