{% extends 'generic/object.html' %} {% load buttons %} {% load helpers %} {% load i18n %} {% load perms %} {% load plugins %} {% load render_table from django_tables2 %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block content %}
{% trans "Application" %}
{% trans "Name" %} {{ object.name }}
{% trans "Role" %} {{ object.role|placeholder|linkify }}
{% trans "Description" %} {{ object.description|placeholder }}
{% include 'inc/panels/comments.html' %} {% include 'inc/panels/custom_fields.html' %} {% plugin_left_page object %}
{% include 'inc/panels/tags.html' %} {% plugin_right_page object %}
{% trans "Data Flow Groups" %}
{% render_table dataflowgroups_table %}
{% trans "Data Flows" %}
{% render_table dataflows_table %}
{% plugin_full_width_page object %}
{% endblock content %}