{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% load plugins %} {% block content %}
Maintenance Type
Name {{ object.name }}
Description {{ object.description|placeholder }}
Color {% if object.color %} {{ object.color }} {% else %} {{ ''|placeholder }} {% 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 %}