{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% load helpers %} {% block extra_controls %} {% if perms.netbox_acls.change_policy %} {% with viewname=object|viewname:"" %} {% if object.type == 'extended' %} {% elif object.type == 'standard' %} {% endif %} Rule {% endwith %} {% endif %} {% endblock extra_controls %} {% block content %}
| Type | {% badge object.get_type_display bg_color=object.get_type_color %} | |
|---|---|---|
| Family | {% badge object.get_family_display bg_color=object.get_family_color %} | |
| Default Action | {% badge object.get_default_action_display bg_color=object.get_default_action_color %} | |
| Rules | {% if object.type == 'standard' %}{{ object.aclstandardrules.count|placeholder }} | {% elif object.type == 'extended' %}{{ object.aclextendedrules.count|placeholder }} | {% endif %}
| Description | {{ object.description|placeholder }} |