{% extends 'generic/object.html' %} {% block breadcrumbs %} {{ block.super }} {% endblock breadcrumbs %} {% block content %}

ACL Extended Rule

Access List {{ object.access_list|linkify }}
Description {{ object.description|placeholder }}
Sequence {{ object.sequence }}

Details

Action {% badge object.get_action_display bg_color=object.get_action_color %}
Remark {{ object.remark|placeholder }}
Protocol {{ object.get_protocol_display|placeholder }}
Source {{ object.source|linkify|placeholder }}
Source Port Ranges {{ object.source_port_ranges_list|join:", "|placeholder }}
Destination {{ object.destination|linkify|placeholder }}
Destination Port Ranges {{ object.destination_port_ranges_list|join:", "|placeholder }}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% endblock content %}