{% for joueur in joueurs %}
Malade depuis le {{joueur.malade.dateDebut|date("d/m/Y")}} ( {% if joueur.malade.partiel %}Partiel {% endif %} {% if joueur.malade.total %}Total {% endif %})
{% elseif joueur.lastMalade and joueur.lastMalade.periode|number_format <= 7 %}Fin de maladie depuis {{joueur.lastMalade.periode}} ( {% if joueur.lastMalade.partiel %}Partiel {% endif %} {% if joueur.lastMalade.total %}Total test {% endif %})
{% elseif joueur.nbJoursLastMalade == 0 and joueur.nbJoursLastMalade is not same as(false) and joueur.lastMalade.periode|number_format <= 7 %}Fin de maladie depuis aujourd'hui ( {% if joueur.malade.partiel %}Partiel {% endif %} {% if joueur.malade.total %}Total {% endif %})
{% endif %}Malade depuis le {{joueur.malade.dateDebut|date("d/m/Y")}} ( {% if joueur.malade.partiel %}Partiel {% endif %} {% if joueur.malade.total %}Total {% endif %})
{% elseif joueur.lastMalade %}Fin de maladie depuis {{joueur.lastMalade.periode}} ( {% if joueur.lastMalade.partiel %}Partiel {% endif %} {% if joueur.lastMalade.total %}Total {% endif %})
{% elseif joueur.nbJoursLastMalade == 0 and joueur.nbJoursLastMalade is not same as(false) %}Fin de maladie depuis aujourd'hui ( {% if joueur.malade.partiel %}Partiel {% endif %} {% if joueur.malade.total %}Total {% endif %})
{% endif %}