Illustration projet

{{ project.name }}

{{ project.description or '' }}

{% with messages = get_flashed_messages() %} {% if messages %}
{% for m in messages %}
{{ m }}
{% endfor %}
{% endif %} {% endwith %}

🎄 Jour {{ today_day }} 🎄

{% if today_draw %}
{{ today_draw.name }}
{{ today_draw.draw_time }}
Déjà tiré !
{% else %}

Prêt pour le tirage ?

{% endif %}
Tirer aujourd'hui {% set missing_days = project.total_days - all_draws|length %} {% if missing_days > 0 %} Rattraper ({{ missing_days }}) {% endif %}
Tirages effectués

{{ all_draws|length }} / {{ project.total_days }}

{{ (all_draws|length / project.total_days * 100)|round(0) }}%
Historique récent
{% if all_draws %}
{% for d in all_draws[-8:] %}
J{{ d.day }} {{ d.name }}
{{ d.draw_time[:10] }}
{% endfor %}
{% else %}
Aucun tirage
{% endif %}
Participants ({{ stats|length }})
{% for p in stats %} {% endfor %}
Nom Tirages Max tirages Restant
{{ p.name }} {{ p.draws }} {{ p.max_draws }} {{ p.max_draws - p.draws }}
Retour aux projets Administration