{% extends 'generic/object.html' %} {% load i18n %} {% load helpers %} {% load plugins %} {% block content %}
{% trans "Security Zone Role" %}
{% trans "Name" %} {{ object.name }}
{% trans "Description" %} {{ object.description|placeholder }}
{% trans "Security Zones" %} {{ object.zone_count|default:0 }}
{% include 'inc/panels/custom_fields.html' %} {% plugin_left_page object %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %} {% plugin_right_page object %}
{% trans "Security Zones" %}
{% htmx_table 'plugins:netbox_nsm:securityzone_list' role_id=object.pk %}
{% plugin_full_width_page object %}
{% endblock %}