{% 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 %}
| Date | Nom | Licence | Cat. | Arme | {% if blasons is not null %}Blason | {% endif %} {% if distances is not null %}Distance | {% endif %}Matin | Après-midi | Autre | {% if est_admin == false %}Transport | {% endif %}Commentaires | {% if afficher_emails == 'O' and est_admin == false%}|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ date1 }} | {{ licencies[line.licence].nomcomplet }} | {{ line.licence }} | {{ licencies[line.licence].categorie }} | {{ line.jour1Arme }} | {% if blasons is not null %}{{ blasons[line.jour1Blason] }} | {% endif %} {% if distances is not null %}{{ distances[line.jour1Distance] }} | {% endif %}{% 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 %} | {% if est_admin == false %}{{ transport }} | {% endif %} {% set comments = line.jour1Commentaires | split('\n')%}{% for acomment in comments %}{{ acomment }} {% endfor %} |
{% if afficher_emails == 'O' and est_admin == false %}
{{ licencies[line.licence].email }} | {% set email_vu = true %} {% endif %}
| {{ date2 }} | {{ licencies[line.licence].nomcomplet }} | {{ line.licence }} | {{ licencies[line.licence].categorie }} | {{ line.jour2Arme }} | {% if blasons is not null %}{{ blasons[line.jour2Blason] }} | {% endif %} {% if distances is not null %}{{ distances[line.jour2Distance] }} | {% endif %}{% 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 %} | {% if est_admin == false %}{{ transport }} | {% endif %} {% set comments = line.jour2Commentaires | split('\n')%}{% for acomment in comments %}{{ acomment }} {% endfor %} |
{% if afficher_emails == 'O' and est_admin == false%}
{% if email_vu == false %}{{ licencies[line.licence].email }}{% endif %} | {% endif %}
| Catégorie | Nombre de tirs | Personnes |
|---|---|---|
| Adultes | {{ key }} | {{ value }} |
| Jeunes | {{ key }} | {{ value }} |