{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block breadcrumbs %} {% endblock %} {% block content %}
Secret Role
Name {{ object.name }}
Description {{ object.description|placeholder }}
Secrets {{ object.secrets.count }}
Description {{ object.description|placeholder }}
{% plugin_left_page object %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/comments.html' %} {% plugin_right_page object %}
{% endblock %}