{% extends 'generic/object.html' %} {% load i18n %} {% load plugins %} {% block content %}
{% trans "Application Items" %}
{% if object.source_ports %} {% else %} {% endif %} {% if object.source_ports %} {% else %} {% endif %} {% if object.description %} {% endif %}
{% trans "Name" %} {{ object.name }}
{% trans "Index" %} {{ object.index }}
{% trans "Protocols" %} {{ object.protocol_list|placeholder }}
Source Ports{{ object.source_port_list|placeholder }}{{ object.source_ports|placeholder }}
Destination Ports{{ object.destination_port_list|placeholder }}{{ object.destination_ports|placeholder }}
{% trans "Description" %} {{ object.description|placeholder }}
{% trans "Parent Applications" %} {% for item in object.application_application_items.all %} {{ item|linkify|placeholder }}
{% endfor %}
{% include 'inc/panels/custom_fields.html' %} {% plugin_left_page object %}
{% include 'inc/panels/comments.html' %} {% include 'inc/panels/tags.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}