{% extends "profiles/base.html" %} {% load i18n %} {% load profile_tags %} {% load perm_tags %} {% block title %}{% trans 'Add User'%}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block body %} {{ block.super }}
{% trans 'Complete the fields below and press Submit to add a user. Required fields are designated with an'%} *.
{% if form.errors or form.non_field_errors %}