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