{% load formify l10n %}
{% if field.label and formify_helper.form_show_labels %} {% endif %}
{% for choice in field.field.choices %}
{% endfor %}
{% include 'formify/tailwind/help_text_and_errors.html' %}