{% extends "base.html" %} {% block titre %}{{ nom }}{% endblock %} {% block content %}

{{ nom }}

Le {{ev.date}}{% if fin %} de {{ ev.debut|time:"H:i"}} à {{ ev.fin|time:"H:i" }} {%else %} à {{ ev.debut|time:"H:i" }} {%endif %}{{ ev.lieu }}

{% if desc %}

{{ev.description|safe }}

{% endif %} {% if user.is_authenticated and ev.desc_users %}

{{ ev.desc_users|safe }}

{% endif %}
{% if user.is_authenticated %}
{% if user.profile.is_chef %}

Modifier l'événement

Supprimer l'événement

Renvoyer les mails

{% endif %}

Changer mon nom pour le doodle

{% endif %} {% if user.is_authenticated %}

Participants

{{ nboui }} ont répondu oui, {{ nbpe }} peut-être, et {{ nbnon }} non

{% if part %} {% endif %} {% for p in part %} {% if p.participant.doodlename %} {%else %} {% endif %} {% if p.reponse == "oui" %} {% elif p.reponse == "pe" %} {% elif p.reponse == "non" %} {% else %} {% endif %} {% empty %} Pas de réponse pour l'instant {% endfor %}
Ernestophoniste Réponse
{{ p.participant.doodlename }}{{ p.participant.user.username }}{{ p.details }}{{ p.details }}{{ p.details }}

Répondre à l'événement

{% endif %} {% endblock %}