{% if context == "questionnaire" %}
| {{data.prenom}}
{{data.nom}} |
{% else %}
{{data.dateHeureFormate}} |
{% endif %}
{{data.intensité|round(2)}} |
{{data.intensitePrevue|round(2)}} |
{{data.etatPsychologique|round(2)}} |
{{data.etatPhysique|round(2)}} |
{# TODO:ANCIENNE VERSION
{{data.douleur|round(2)}} |
{{data.fatigue|round(2)}} |
{{data.sommeil|round(2)}} |
{{data.humeur|round(2)}} | #}
{# {% if data.prenom != "Moyenne" and data.satisfaction != [] %}
{% if data.satisfaction.pyhisque is defined %}
{{data.satisfaction.physique.plaisir|round(2)}} |
{{data.satisfaction.physique.coherence|round(2)}} |
{{data.satisfaction.physique.apport|round(2)}} |
{% else %}
|
|
|
{% endif %}
{% if data.satisfaction.collectiftotalrugby is defined %}
{{data.satisfaction.collectiftotalrugby.plaisir|round(2)}} |
{{data.satisfaction.collectiftotalrugby.coherence|round(2)}} |
{{data.satisfaction.collectiftotalrugby.apport|round(2)}} |
{% else %}
|
|
|
{% endif %}
{% if data.satisfaction.collectifdeligneetouatelier is defined %}
{{data.satisfaction.collectifdeligneetouatelier.plaisir|round(2)}} |
{{data.satisfaction.collectifdeligneetouatelier.coherence|round(2)}} |
{{data.satisfaction.collectifdeligneetouatelier.apport|round(2)}} |
{% else %}
|
|
|
{% endif %}
{% else %}
|
|
|
|
|
|
|
|
|
{% endif %}#}
{% endfor %}