{% extends 'generic/object.html' %} {% load buttons %} {% load helpers %} {% load perms %} {% load plugins %} {% load render_table from django_tables2 %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block content %}
Data Flow Group
Application {{ object.application|linkify }}
Description {{ object.description|placeholder }}
Status {% badge object.inherited_status_display bg_color=object.get_status_color %}
Parent {{ object.parent|placeholder|linkify }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %} {% include 'inc/panels/custom_fields.html' %} {% plugin_left_page object %}
Child Groups
{% render_table children_table %}
{% plugin_right_page object %}
{% if dataflows_table %}
Data Flows (direct members)
{% render_table dataflows_table %}
{% endif %} {% if dataflows_recursive_table %}
Data Flows (direct and recursive members)
{% render_table dataflows_recursive_table %}
{% endif %}
{% plugin_full_width_page object %}
{% endblock content %}