{% load misago_admin_form %}
{% for error in field.errors %}
{{ error }}
{% endfor %} {% if field.help_text %}
{{ field.help_text }}
{% endif %}