{% extends 'generic/object.html' %} {% load i18n %} {% load plugins %} {% block content %}
{% trans "Application Items" %}
{% if object.description %} {% endif %}
{% trans "Name" %} {{ object.name }}
{% trans "Index" %} {{ object.index }}
{% trans "Protocol" %} {{ object.protocol }}
{% trans "Destination Port" %} {{ object.destination_port }}
{% trans "Source Port" %} {{ object.source_port }}
{% trans "Description" %} {{ object.description|placeholder }}
{% 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 %}