Lundi
{% if (rdvLundi is defined) and (rdvLundi|length >0) %}
{% for r in rdvLundi %}
{{ include('_partials/_contenu-card-jour.html.twig') }}
{% endfor %}
{% endif %}
Mardi
{% if (rdvMardi is defined) and (rdvMardi|length >0) %}
{% for r in rdvMardi %}
{{ include('_partials/_contenu-card-jour.html.twig') }}
{% endfor %}
{% endif %}
Mercredi
{% if (rdvMercredi is defined) and (rdvMercredi|length >0) %}
{% for r in rdvMercredi %}
{{ include('_partials/_contenu-card-jour.html.twig') }}
{% endfor %}
{% endif %}
Jeudi
{% if (rdvJeudi is defined) and (rdvJeudi|length >0) %}
{% for r in rdvJeudi %}
{{ include('_partials/_contenu-card-jour.html.twig') }}
{% endfor %}
{% endif %}
Vendredi
{% if (rdvVendredi is defined) and (rdvVendredi|length >0) %}
{% for r in rdvVendredi %}
{{ include('_partials/_contenu-card-jour.html.twig') }}
{% endfor %}
{% endif %}
Samedi
{% if (rdvSamedi is defined) and (rdvSamedi|length >0) %}
{% for r in rdvSamedi %}
{{ include('_partials/_contenu-card-jour.html.twig') }}
{% endfor %}
{% endif %}
Dimanche
{% if (rdvDimanche is defined) and (rdvDimanche|length >0) %}
{% for r in rdvDimanche %}
{{ include('_partials/_contenu-card-jour.html.twig') }}
{% endfor %}
{% endif %}