{% extends 'generic/object.html' %} {% load buttons %} {% load helpers %} {% load perms %} {% load plugins %} {% load render_table from django_tables2 %} {% block breadcrumbs %} {{ block.super }} {% if object.application %} {% endif %} {% endblock %} {% block content %}
Data Flow
Application {{ object.application|linkify }}
Group {{ object.group|placeholder|linkify }}
Description {{ object.description|placeholder }}
Status {% badge object.inherited_status_display bg_color=object.get_status_color %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %} {% include 'inc/panels/custom_fields.html' %} {% plugin_left_page object %}
Specifications
{% for o in sources %} {% if forloop.first %} {% endif %} {% empty %} {% endfor %} {% for o in destinations %} {% if forloop.first %} {% endif %} {% empty %} {% endfor %}
Protocol {{ object.get_protocol_display|placeholder }}
Source ports {{ object.source_port_list|placeholder }}
Destination ports {{ object.destination_port_list|placeholder }}
Sources{{ o|linkify }}
Sources {{ ""|placeholder }}
Destinations{{ o|linkify }}
Destinations {{ ""|placeholder }}
{% plugin_right_page object %}
{% if children_table %}
Children Data Flows
{% render_table children_table %}
{% endif %}
{% plugin_full_width_page object %}
{% endblock content %}