{% load rest_framework %}
{% if field.label %} {% endif %} {% for key, text in field.choices|items %} {% endfor %} {% if field.help_text %}

{{ field.help_text|safe }}

{% endif %}
{% include 'rest_framework/components/field_errors.html' %}