{% extends "base.html" %} {% load i18n %} {% block content %} {% if title %}

{{ title }}

{% else %}

{% trans "Add or modify" %}

{% endif %} {% if messages %} {% endif %} {% if aliases %}
{% endif %} {% if users_not_in_policy %}

If not given, the username will be taken.


{% endif %}
{% trans "Back" %}
{% endblock %}