{% if user.is_superuser %}
Username:
{{ form.username }}
{{ form.username.errors }}
{% endif %}
Full Names:
{{ form.fullname }}
{{ form.fullname.errors }}
{% if not auth_type %}
Password:
{{ form.password.errors }}
{% else %} {% endif %} {% if user.is_superuser %}
Account type:
{{ form.type }}
{{ form.type.errors }}
{% endif %}
Quarantine report:
Send Daily report ? {{ form.quarantine_report }}
{{ form.quarantine_report.errors }}
Quarantine report recipient:
{{ form.quarantine_rcpt }}
{{ form.quarantine_rcpt.errors }}
Enable spam scanning:
{{ form.noscan }}
{{ form.noscan.errors }}
Spam score:
{{ form.spamscore }} 0 uses the system defaults
{{ form.spamscore.errors }}
High Spam score:
{{ form.highspamscore }} 0 uses the system defaults
{{ form.highspamscore.errors }}