{% comment %} Renders two radio buttons next to each other. {% endcomment %} {% load list_to_columns %}
{% for group_name, choices in optgroups %} {% for choice in choices %}
{% endfor %} {% endfor %}