{% if est_admin is not defined %}{% set est_admin = false %}{% endif %} {% if est_admin %}{% set afficher_emails = 'O' %}{% endif %} {% set tir_adultes = 0 %} {% set tir_jeunes = 0 %} {% if blasons is not null %}{% endif %} {% if distances is not null %}{% endif %} {% if est_admin == false %} {% endif %} {% if afficher_emails == 'O' and est_admin == false%} {% endif %} {% for line in lines %} {% set email_vu = false %} {# Concours à deux journées ? #} {% if concours.dateDebut != concours.dateFin %} {% if line.jour1JYVais == 'O' %} {% if line.jour1ModeTransport == 'N' %}{% set transport = '' %}{% endif %} {% if line.jour1ModeTransport == 'S' %}{% set transport = 'J\'y vais seul(e)' %}{% endif %} {% if line.jour1ModeTransport == 'C' %}{% set transport = 'Je cherche un transport' %}{% endif %} {% if line.jour1ModeTransport == 'A' %}{% set transport = 'Je peux emmener ' ~line.jour1PlacesVoiture ~ ' personne(s)' %}{% endif %} {% if blasons is not null %}{% endif %} {% if distances is not null %}{% endif %} {% if est_admin == false %}{% endif %} {% set comments = line.jour1Commentaires | split('\n')%} {% if afficher_emails == 'O' and est_admin == false %} {% set email_vu = true %} {% endif %} {% endif %} {% endif %} {% if line.jour2JYVais == 'O' %} {% if line.jour2ModeTransport == 'N' %}{% set transport = '' %}{% endif %} {% if line.jour2ModeTransport == 'S' %}{% set transport = 'J\'y vais seul(e)' %}{% endif %} {% if line.jour2ModeTransport == 'C' %}{% set transport = 'Je cherche un transport' %}{% endif %} {% if line.jour2ModeTransport == 'A' %}{% set transport = 'Je peux emmener ' ~line.jour2PlacesVoiture ~ ' personne(s)' %}{% endif %} {% if blasons is not null %}{% endif %} {% if distances is not null %}{% endif %} {% if est_admin == false %}{% endif %} {% set comments = line.jour2Commentaires | split('\n')%} {% if afficher_emails == 'O' and est_admin == false%} {% endif %} {% endif %} {% endfor %}
Date Nom Licence Cat. ArmeBlasonDistanceMatin Après-midi AutreTransportCommentairesEmail
{{ date1 }} {{ licencies[line.licence].nomcomplet }} {{ line.licence }} {{ licencies[line.licence].categorie }} {{ line.jour1Arme }}{{ blasons[line.jour1Blason] }}{{ distances[line.jour1Distance] }}{% if line.jour1QuelTir == 'M' or line.jour1QuelTir == 'J' %}X{% endif %} {% if line.jour1QuelTir == 'A' or line.jour1QuelTir == 'J' %}X{% endif %} {% if line.jour1QuelTir == 'C' or line.jour1QuelTir == 'J' %}{{ line.jour1QuelTirAutre}}{% endif %}{{ transport }}{% for acomment in comments %}{{ acomment }}
{% endfor %}
{{ licencies[line.licence].email }}
{{ date2 }} {{ licencies[line.licence].nomcomplet }} {{ line.licence }} {{ licencies[line.licence].categorie }} {{ line.jour2Arme }}{{ blasons[line.jour2Blason] }}{{ distances[line.jour2Distance] }}{% if line.jour2QuelTir == 'M' or line.jour2QuelTir == 'J' %}X{% endif %} {% if line.jour2QuelTir == 'A' or line.jour2QuelTir == 'J' %}X{% endif %} {% if line.jour2QuelTir == 'C' or line.jour2QuelTir == 'J' %}{{ line.jour2QuelTirAutre}}{% endif %}{{ transport }}{% for acomment in comments %}{{ acomment }}
{% endfor %}
{% if email_vu == false %}{{ licencies[line.licence].email }}{% endif %}
{% if est_admin %} {% for key, value in tirs['A'] %} {% if value != 0 %} {% endif %} {% endfor %} {% for key, value in tirs['J'] %} {% if value != 0 %} {% endif %} {% endfor %}
CatégorieNombre de tirsPersonnes
Adultes{{ key }}{{ value }}
Jeunes{{ key }}{{ value }}
{% endif %}