{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block breadcrumbs %}
  • Secret Roles
  • {{ object }}
  • {% endblock %} {% block content %}
    Secret Role
    Name {{ object.name }}
    Description {{ object.description|placeholder }}
    Secrets {{ secrets_table.rows|length }}
    {% plugin_left_page object %}
    {% include 'inc/custom_fields_panel.html' %} {% plugin_right_page object %}
    Secrets
    {% include 'inc/table.html' with table=secrets_table %} {% if perms.secrets.add_secret %} {% endif %}
    {% include 'inc/paginator.html' with paginator=secrets_table.paginator page=secrets_table.page %} {% plugin_full_width_page object %}
    {% endblock %}