{% if project.image_url %}
{% endif %}
{{ project.name }}
{% if project.description %}
{{ project.description }}
{% endif %}
🎁 Jour {{ today_day }} 🎁
{% if today_draw %}
{{ today_draw.name }}
{{ today_draw.draw_time }}
Tirage effectué
{% else %}
Pas encore tiré aujourd'hui
Attente du tirage du jour...
{% endif %}
Progression
{{ all_draws|length }} / {{ project.total_days }} jours
{{ (all_draws|length / project.total_days * 100) | round(0) }}%
Derniers tirages
{% if all_draws %}
{% for draw in all_draws[-10:] %}
Jour {{ draw.day }}
{{ draw.name }}
{{ draw.draw_time[:10] }}
{% endfor %}
{% else %}
Aucun tirage effectué
{% endif %}
Participants ({{ stats|length }})
Participant
Tirages
Restant
{% for stat in stats %}
{{ stat.name }}
{{ stat.draws }}
{{ stat.max_draws - stat.draws }}
{% endfor %}
Tous les calendriers
Administration