{% load dynforms %}
{% for choice in field|group_choices:data|randomize_choices:field %}
{% endfor %} {% if "other" in field.options and 'switch' not in field.options and 'inline' not in field.options %}
{% endif %}