{% extends "oneevent/base.html" %} {% load crispy_forms_tags %} {% block navbar_header_text %}{% if event.id %}Edit{% else %}New{% endif %} Event{% endblock %} {% block heading_action %}{% if event.id %}Edit{% else %}New{% endif %} Event{% endblock %} {% block heading_title %}{{ event.title }} {{ event.start|date:"D, d N Y H:i" }} {% endblock %} {% block content %} {% if event.pk %}
{% endif %}Choice | Options | |
---|---|---|
{{ choice.title }} |
{% for option in choice.options.all %}
{{ option.title }} {% if option.default %}default{% endif %} {% endfor %} |
|
No choice defined for this event |