{% if field.get_help_text() %} {{ field.get_help_text() }} {% endif %}
{% if has_error %}

{{ errors[field.get_key()] }}

{% endif %}