{% trans_default_domain 'walkinn' %}
{% set count = liste|length %}
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=MuseoModerno:wght@300&display=swap" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/museo" rel="stylesheet">
<p style="text-align: center;font-size: 30px;font-family: 'Museo', cursive;font-weight: normal;color: #353341;">
{% for item in liste %}
{{ item.pax }}{% if item != liste|last %}{% if loop.index == count-1 %} • {% else %} • {% endif %}{% endif %}
{% endfor %}
</p>