{% extends "oneevent/base.html" %} {% load crispy_forms_tags %} {% block navbar_breadcrumbs %}
| Choice | Options | |
|---|---|---|
| {{ choice.title }} |
{% for option in choice.options.all %}
{{ option.title }} {% if option.default %}default{% endif %} {% endfor %} |
|
| No choice defined for this event |