{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {%load render_table from django_tables2 %} {% block content %}
Application System
Name {{ object.name }}
Slug {{ object.slug }}
Tenant {{ object.tenant }}
Description {{ object.description }}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %} {% include 'ptuevents/ptuevent_panel.html' %}
Assignments
{% render_table assignments_table 'inc/table.html' %}
{% plugin_full_width_page object %}
{% endblock content %}