{% extends 'generic/object_detail.html' %} {% load buttons %} {% load static %} {% load custom_links %} {% load helpers %} {% load plugins %} {% block title %}{{ object }}{% endblock %} {% block extra_nav_tabs %} {% if perms.nautobot_firewall_models.edit_policy %} {% endif %} {% if perms.nautobot_firewall_models.edit_policy %} {% endif %} {% endblock extra_nav_tabs%} {% block content %}
Policy
Description {{ object.description|placeholder }}
Devices
Dynamic Groups
    {% for i in object.assigned_dynamic_groups.all %}
  • {{ i|placeholder }}
  • {% empty %} None {% endfor %}
Tenant Group {% if object.tenant and object.tenant.group %}{{ object.tenant.group }}
{% else %}{{ None|placeholder }}{% endif %}
Tenant {% if object.tenant %}{{ object.tenant }}
{% else %}{{ None|placeholder }}{% endif %}
Status {{ object.get_status_display }}
{% 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 %}
{% include 'nautobot_firewall_models/inc/policy_expanded_rules.html' %}
{% include 'nautobot_firewall_models/inc/policy_device_weight.html' %}
{% include 'nautobot_firewall_models/inc/policy_dynamic_group_weight.html' %}
{% endblock content %} {% block javascript %} {{ block.super }} {% endblock %}