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

{{ object }}

{% include 'inc/created_updated.html' %}
{% custom_links object %}
{% endblock %} {% block content %}
Details
Name {{ object.name }}
Platform {{ object.platform.name }}
Description {{ object.description }}
Regex
{{ object.regex }}
Replaced
{{ object.replace }}
{% include 'inc/custom_fields_panel.html' %} {% include 'inc/relationships_panel.html' %}
{% endblock %}