{{field.label}}: {% if field.widget_type == "radioselect" %} {% for option in field.field.widget.choices %} {% if option.0|slugify == field.value %} {% endif %} {% endfor %} {% else %} {% endif %}