{% extends 'generic/object.html' %} {% load buttons %} {% load helpers %} {% load perms %} {% load plugins %} {% load render_table from django_tables2 %} {% block content %}
Application Role
Name {{ object.name }}
Slug {{ object.slug }}
Description {{ object.description|placeholder }}
Applications {{ object.applications.count }}
{% include 'inc/panels/custom_fields.html' %} {% plugin_left_page object %}
{% include 'inc/panels/tags.html' %} {% plugin_right_page object %}
Applications
{% render_table applications_table %}
{% plugin_full_width_page object %}
{% endblock content %}