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

{{ object }}

{% include 'inc/created_updated.html' %}
{% custom_links object %}
{% endblock %} {% block content %}
Details
Name {{ object.name }}
Slug {{ object.slug }}
Description {{ object.description }}
{% include 'inc/custom_fields_panel.html' %} {% include 'inc/relationships_panel.html' %}
{% endblock %}