{% load humanize %} {% load i18n %}
{% trans "Changed" %} {{ secret.last_changed|naturalday:"Y-m-d" }}
{% trans "Changed by" %} {{ secret.current_revision.set_by.username }}
{% trans "Created" %} {{ secret.created|naturalday:"Y-m-d" }}
{% trans "Created by" %} {{ secret.created_by.username }}
{% trans "Shared with" %} {% blocktrans with groupcount=allowed_groups|length %} {{ groupcount }} group(s) {% endblocktrans %}
{% blocktrans with usercount=allowed_users|length %} {{ usercount }} user(s) {% endblocktrans %}

{% if request.user.is_superuser %} {% trans "Audit log" %} {% endif %}