{% load i18n %} {% trans "None" as none_choice %}
{% if field.label %} {% endif %} {% if field.allow_null or field.allow_blank %}
{% endif %} {% for key, text in field.choices.items %}
{% endfor %}