{% load i18n %}
{% trans 'Choices' %}
{% if generic_field.choices %}
{% for choice in generic_field.choices %} {% endfor %}
{% else %} {% trans 'No choices yet.' %} {% endif %}
{% if generic_field.field_class == "ChoiceField" %} {% if generic_field.choices %}
{% endif %} {% endif %}
{% if errors %} {{ errors.as_text }} {% endif %}