{% 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 }}
{% include 'inc/custom_fields_panel.html' %} {% plugin_left_page object %}
Secret Data
{% csrf_token %}
Secret
********
{% include 'extras/inc/tags_panel.html' with tags=object.tags.all url='secrets:secret_list' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% include 'secrets/inc/private_key_modal.html' %} {% endblock %}