all-in-one-event-calendar/public/admin/twig/select2_multiselect.twig
2017-03-16 16:59:53 +01:00

8 lines
No EOL
198 B
Twig

<div
{% if container_class != false %}
class="{{ container_class }}"
{% endif %}
>
{% from 'form-elements/select.twig' import select %}
{{ select( id, name, select2_args, options ) }}
</div>