{% if put_field_before_label %} {{ field.errors }} {{ field }} {% endif %} {% if use_legend %} {# s are difficult/impossible to style but are great for screen readers, so we'll make them invisible to sighted users. #} {{ field.label }} {{ aria_hidden_label_tag }} {% else %} {{ label_tag }} {% endif %} {% if not put_field_before_label %} {{ field.errors }} {{ field }} {% endif %} {% if field.help_text %}

{{ field.help_text }}

{% endif %}