{% 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 %}
Specifications
Protocol {{ object.get_protocol_display|placeholder }}
Source ports {{ object.source_port_list|placeholder }}
Destination ports {{ object.destination_port_list|placeholder }}
Sources
{% render_table sources_table %}
Destinations
{% render_table destinations_table %}
{% endblock content %}