{% extends "generic/object_detail.html" %} {% load helpers %} {% block content_left_page %}
Secrets Group
{% for secret_association in secrets_group_associations %} {% endfor %}
Description {{ object.description | placeholder }}
Secrets Access Type Secret Type Secret
{{ secret_association.access_type }} {{ secret_association.secret_type | bettertitle }} {{ secret_association.secret|hyperlinked_object }}
{% endblock content_left_page %}