{% load material_form material_form_internal %} {% render bound_field template='fields/django_select.html' %} {% part field add_control_attr %}multiple{% endpart %} {% part field add_group_class %}multiselect{% endpart %} {% part field options %} {% if not field|have_default_choice %} {% endif %} {% for group, items in bound_field|select_options %} {% if group %}{% endif %}{% for choice, value, selected in items %} {% endfor %}{% if group %}{% endif %}{% endfor %} {% endpart %} {% endrender %}