{% load crispy_forms_filters l10n translations upload_methods %} {% comment %}Modified version of radio_checkbox_select.html and radioselect.html from crispy_forms{% endcomment %}
{% if field.label %} {% endif %}
{% for group, options, index in field|optgroups %} {% if group %}{{ group }}{% endif %} {% for option in options %}
{% get_upload_method_help option.value %}
{% if field.errors and forloop.last and not inline_class and forloop.parentloop.last %} {% include 'bootstrap5/layout/field_errors_block.html' %} {% endif %}
{% endfor %} {% endfor %}
{% if field.errors and inline_class %}
{% for error in field.errors %}

{{ error }}

{% endfor %}
{% endif %} {% include 'bootstrap5/layout/help_text.html' %}