{% extends 'base.html' %} {% load buttons %} {% load static %} {% load custom_links %} {% load helpers %} {% block title %}{{ object }}{% endblock %} {% block header %}
{% if perms.nautobot_golden_config.add_compliancerule %} {% clone_button object %} {% endif %} {% if perms.nautobot_golden_config.change_compliancerule %} {% edit_button object use_pk=1 %} {% endif %} {% if perms.nautobot_golden_config.delete_compliancerule %} {% delete_button object use_pk=1 %} {% endif %}

{{ object }}

{% include 'inc/created_updated.html' %}
{% custom_links object %}
{% endblock %} {% block content %}
Details
Platform {{ object.platform.name }}
Feature {{ object.feature.name }}
Description {{ object.description }}
Config Ordered {{ object.config_ordered }}
Match Config
{{ object.match_config }}
Config Type {{ object.config_type }}
{% include 'inc/custom_fields_panel.html' %} {% include 'inc/relationships_panel.html' %}
{% endblock %}