Nous nous marions

{{ w.bribe.fullname }} & {{ w.groom.fullname }}

{{ w.wedding_date.strftime('%d %B %Y, %H:%M') }}
CH'AN — Template « Classique »
{{ w.bribe.fullname }}
{{ w.bribe.fullname }}
{% if w.bribe.message %}

{{ w.bribe.message }}

{% endif %}
{{ w.groom.fullname }}
{{ w.groom.fullname }}
{% if w.groom.message %}

{{ w.groom.message }}

{% endif %}

Message de bienvenue

{{ w.welcome_message }}

Message des familles

{{ w.family_message }}

Programme

    {% for loc in w.plan|sort(attribute='step') %}
  1. {{ loc.step }}. {{ loc.name }}
    {{ loc.date.strftime('%d/%m/%Y %H:%M') }}
    {% if loc.instruction %}

    {{ loc.instruction }}

    {% endif %}
    Itinéraire
  2. {% endfor %}

Carte d'invitation

{{ w.invitation_card.caption or 'Invitation' }}
{% if w.gallery %}

Galerie

{% for img in w.gallery %}
{{ img.caption or 'Photo' }}
{% endfor %}
{% endif %} {% if w.video_url %}

Vidéo

{% endif %}