{% load i18n %} {% comment %} Accessible radio group for the wizard's first step. Each ``.choice`` is a styled label exposed as ``role="radio"`` so screen readers announce it and its checked state, while the real (visually hidden) ```` it wraps still carries the value on submit. Keyboard support (roving tabindex, arrow keys, enter/space) is provided by ``cms/js/modules/cms.wizards.js``. {% endcomment %}
{% for group, entries, index in widget.optgroups %} {% for entry in entries %} {% endfor %} {% endfor %}