{{ block content }}

Radio buttons without labels (visual/analog scale, similar to a slider)

Least   {{ for choice in form.f1 }} {{ choice }} {{ endfor }}   Most

{{ formfield_errors 'f1' }}

Labels under radio buttons

{{ for choice in form.f2 }}
{{ choice }}
{{ choice.label }}
{{ endfor }}
{{ formfield_errors 'f2' }}
{# todo: radio buttons laid out individually, no loop (by index) #} {{ next_button }} {{ endblock }}