{% extends 'bootstrap_4_horizontal_layout.html.twig' %} {% block file_widget -%} {%- set type = type|default('file') -%} {{- block('form_widget_simple') -}} {% endblock %} {% block form_label_class -%} col-3 {%- endblock form_label_class %} {% block form_group_class -%} col-9 {%- endblock form_group_class %} {%- block choice_widget_options -%} {% for group_label, choice in options %} {%- if choice is iterable -%} {% set options = choice %} {{- block('choice_widget_options') -}} {%- else -%} {% if use_html_in_labels is defined and use_html_in_labels %} {% else %} {% endif %} {%- endif -%} {% endfor %} {%- endblock choice_widget_options -%} {% block si_unit_widget %}
{{ form_widget(form.value) }}
{% if form.prefix is defined %} {{ form_widget(form.prefix, {'attr': {'class': 'custom-select'}}) }} {% endif %} {% if unit is not empty %} {% endif %}
{{ form_errors(form.value) }} {% endblock %}