{% set brandBlue = brandBlue|default('#51beee') %} {% set brandNavy = brandNavy|default('#1a2b3c') %} {% set borderLight = borderLight|default('#e2e8f0') %} {% set bgSoft = bgSoft|default('#eef5fd') %} {% if shipment.instructionType|default('print_required') == 'mondial_relay' %}
{{ shipment.introText }}
{% if shipment.hasQrOption|default(false) %}

Option 1 — Recommandé

{{ shipment.qrOptionTitle }}

{{ shipment.qrOptionSubtitle }}

    {% for step in shipment.qrSteps %}
  1. {{ step }}
  2. {% endfor %}
{% if shipment.qrImageUrl %}

Votre QR code

QR code Mondial Relay {% endif %}
{% endif %} {% if shipment.hasQrOption|default(false) and shipment.hasPrintOption|default(false) %}
OU
{% endif %} {% if shipment.hasPrintOption|default(false) %}

{% if shipment.hasQrOption|default(false) %}Option 2{% else %}Option{% endif %}

{{ shipment.printOptionTitle }}

{{ shipment.printOptionSubtitle }}

    {% for step in shipment.printSteps %}
  1. {{ step }}
  2. {% endfor %}
{% endif %} {% else %}

{{ shipment.introText }}

    {% for step in shipment.printSteps %}
  1. {{ step }}
  2. {% endfor %}
{% endif %}