{% extends 'form/partials/base_field.html' %} {% load form_tags %} {% block input %} {% with model_field.get_choices as field_choices %} {% for x,y in field_choices %} {% endfor %} {% endwith %} {% endblock %}