{% include 'sidebar/sidebarLivreur.html.twig' %}
Parcours
{% for parcours in parcours %}
  • {% if parcours.ictusCommande is not null and parcours.ictusCommande.id is not empty %}
    Pharmacie
    Commande: N°{{ parcours.ictusCommande.id }} {% if parcours.ictusCommande.isRecuperer == null or parcours.ictusCommande.isRecuperer == 0 %}

    {% trans %}Code{% endtrans %}: {{ parcours.ictusCommande.code }} {{ parcours.ictusCommande.codeSecret }}

    {% endif %} {% else %}
    Patient
    {% endif %} Lot: {{ parcours.adresse.lot }} Quartier: {{ parcours.adresse.quartier }} Adresse: {{ parcours.adresse.titre }}
    {% if parcours.ictusCommande is not null and parcours.ictusCommande.id is not empty %} {% if parcours.ictusCommande.isRecuperer == null or parcours.ictusCommande.isRecuperer == 0 %} QR Code
    {% endif %} {% endif %}
{% endfor %}
{% include 'sidebar/parameter.html.twig' %}