{% load material_form material_form_internal i18n %} {% render bound_field template='fields/django_select.html' %} {% part field options %}{% for value, choice in field.widget.choices %} {% endfor %}{% endpart %} {% endrender %}