{% extends 'generic/object.html' %} {% load buttons %} {% load helpers %} {% load static %} {% load plugins %} {% block breadcrumbs %} {% endblock %} {% block content %}
Secret Attributes
Assigned Object {{ object.assigned_object }}
Role {{ object.role }}
Name {{ object.name|placeholder }}
Description {{ object.description|placeholder }}
{% include 'inc/panels/custom_fields.html' %} {% plugin_left_page object %}
Secret Data
{% csrf_token %}
Secret
********
{% include 'netbox_secrets/inc/secret_actions.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% include 'netbox_secrets/inc/private_key_modal.html' %} {% endblock %}