{% load material_form material_form_internal %} {% part bound_field.field %}
{% part field prefix %}{% endpart %}{% part field label %} {{ bound_field.label }} {% endpart %} {% part field control %} {% part field options %}{% for group, items in bound_field|select_options %} {% if group %}{% endif %}{% for choice, value, selected in items %} {% endfor %} {% if group %}{% endif %}{% endfor %}{% endpart %} {% endpart %} {% part field help_text %}{% if field.help_text %} {{ bound_field.help_text }} {% endif %}{% endpart %}{% part field errors %} {% if bound_field.errors %} {% include 'material/field_errors.html' %} {% endif %}{% endpart %}{{ hidden_initial }}
{% endpart %}