{{ name }} {% if to_edit %}- {{ to_edit.username }}{% endif %}
By default all users are created with an unusable password. If a password is needed it can be set using the
{% if to_edit %}
Admin interface
{% else %}
Admin interface
{% endif %}.
{% endblock %}
{% block postscript %}
{% if to_add or to_edit and not to_edit.is_staff %}
{% else %}
{% endif %}
{% if not user.is_superuser %}
{% endif %}
{% endblock %}