{% extends "base_nav.html" %} {% load humanize %} {% load i18n %} {% load staticfiles %} {% block "title" %} {% if secret %} {% blocktrans with secret.name as name %}Edit '{{ name }}'{% endblocktrans %} {% else %} {% blocktrans %}Add {{ pretty_content_type }}{% endblocktrans %} {% endif %} {% endblock %} {% block "content" %}

{% if secret %} {% blocktrans with secret.name as name %}Edit {{ pretty_content_type }} '{{ name }}'{% endblocktrans %} {% else %} {% blocktrans %}Add {{ pretty_content_type }}{% endblocktrans %} {% endif %}


{% if form.errors %}
{% trans "There was a problem with your request:" %} {{ form.errors }}
{% endif %}
{% csrf_token %}

  {% trans "Searchable fields" %}

{% trans "Enter a unique name for the secret." %}

{% trans "Further information on the secret." %}

  {% trans "Secret information" %}

{% block "content_type_fields" %}{% endblock %}

  {% trans "Access control" %}

{% trans "By default, the secret will show up in search results for all users, but they will have to request access if they're not included in the list of groups and users below.

Everyone will let all users access the secret without the need to grant access below.

Hidden will reveal the existence of the secret and its contents only to users who have been granted access." %}

{% trans "This secret will be marked as 'needs changing' when a user who accessed it is deactivated." %}

  {% trans "Notifications" %}

{% trans "You will be contacted when someone requests access to this secret." %}

{% endblock %}