{% extends "html5up-massively/base.html" %} {% block content %}
{{ event.datetime | date:"d F Y" }}
{{ event.datetime | time }}

{{ event.name }}

{{ event.short_description }}

{{ event.long_description | linebreaks }}

{% if not event.complet %}
{% csrf_token %}

RESERVEZ

{% for option_radio in configuration.option_generale_radio.all %}
{% endfor %} {% for option_checkbox in configuration.option_generale_checkbox.all %}
{% endfor %} {#
#} {# #} {#
#}

{% else %}

COMPLET

{% endif %}
{% endblock content %}