Nous nous marions

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

{{ w.wedding_date.strftime('%d %B %Y') }}
{{ 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') %}
{{ loc.step }}. {{ loc.name }}
{{ loc.date.strftime('%d/%m/%Y %H:%M') }}
{% if loc.instruction %}

{{ loc.instruction }}

{% endif %}
Itinéraire
{% 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 %}

Notre histoire

{% endif %}