{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block breadcrumbs %}
Type | {{ object.get_type_display }} | |
---|---|---|
Default Action | {{ object.get_default_action_display }} | |
Rules | {% if object.type == 'standard' %}{{ object.aclstandardrules.count|placeholder }} | {% elif object.type == 'extended' %}{{ object.aclextendedrules.count|placeholder }} | {% endif %}
Assigned Host | {{ object.assigned_object|linkify }} |