+
+ {% if field|fieldtype == "TextInput" %}
+
+ {{ field|add_attributes:"fcontrol__text-field-stacked" }}
+ {% else %}
+
+ {{ field|add_attributes:"fcontrol__select" }}
+ {% endif %}
+ {% if field.errors %}
+ {% for error in field.errors %}{{ error|escape }}{% endfor %}
+ {% endif %}
+
+