{% if input_group_prepend or input_group_append %}
{% if input_group_prepend %}{{ input_group_prepend }}{% endif %} {% if input_group_append %}{{ input_group_append }}{% endif %}
{% else %} {% endif %} {% if field.help_text %}{{ field.help_text }}{% endif %}
{% include "fields/form/_error.html" %}