{% load l10n material_form material_form_internal %} {% part field columns asvar 'columns' %}1{% endpart %} {% part bound_field.field %}
{% part field label %}
{{ bound_field.label }}
{% endpart %} {% part field prefix %}{% endpart %}{% part field control %}
{% for group, items in bound_field|select_options %}{% for col_span, choices in items|split_choices_by_columns:columns %}
{% for choice, value, selected, position in choices %}
{% endfor %}
{% endfor %}{% endfor %}
{% endpart %}{% part field help_text %}{% if field.help_text %} {{ bound_field.help_text }} {% endif %}{% part field errors %} {% if bound_field.errors %} {% include 'material/field_errors.html' %} {% endif %}{% endpart %} {% endpart %}{{ hidden_initial }}
{% endpart %}