{% if label %} {% endif %}
{% if icon %}
{% endif %} {% if text %}
{{ text }}
{% endif %} {% if icon_trailing %}
{% endif %} {% if text_trailing %}
{{ text_trailing }}
{% endif %} {% if clearable %} {% endif %}
{% if description %}
{{ description }}
{% endif %}
{% if field.errors %}
{% for error in field.errors %} {{ error }}{% if not forloop.last %}
{% endif %} {% endfor %}
{% endif %} {% if validator_hint %} {% endif %}