{% extends 'generic/object_detail.html' %} {% load helpers %} {% load plugins %} {% block content %}
Policy Rule Details
{% include 'nautobot_firewall_models/inc/policyrule_tablehead.html' %} {% include 'nautobot_firewall_models/inc/policyrule_tablerow.html' with rule=object %}
Description
{% if object.description %} {{ object.description }} {% else %} No description set {% endif %}
{% block content_left_page %}{% endblock content_left_page %} {% include 'inc/custom_fields/panel.html' with custom_fields=object.get_custom_fields_basic computed_fields_advanced_ui=False %} {% include 'inc/relationships_panel.html' %} {% include 'extras/inc/tags_panel.html' %} {% plugin_left_page object %}
{% block content_right_page %}{% endblock content_right_page %} {% plugin_right_page object %}
{% block content_full_width_page %}{% endblock content_full_width_page %} {% plugin_full_width_page object %}
{% include 'inc/object_details_advanced_panel.html' %}
{% block advanced_content_right_page %}{% endblock advanced_content_right_page %}
{% block advanced_content_full_width_page %}{% endblock advanced_content_full_width_page %}
{% endblock %} {% block javascript %} {{ block.super }} {% endblock %}