{% load l10n crispy_forms_gds %}
{% if field.label %} {% if legend_tag %}<{{ legend_tag }} class="govuk-fieldset__heading">{% endif %} {{ field.label|safe }} {% if legend_tag %}{% endif %} {% endif %} {% include 'gds/layout/help_text_and_errors.html' %} {% block radios %}
{% for choice in field.field.choices %} {% include 'gds/layout/radio_item.html' with position=forloop.counter%} {% endfor %}
{% endblock %}