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