{% extends "wedding/blocks/base.html" %} {% load static %} {% block title %} Weekend Events {% endblock %} {% block content %}

Weekend Events

{{ rehearsal.date|date:"l, n/d" }}
Rehearsal Dinner

We'll be gathering at {{ rehearsal.date|date:"g:i A"}} at:

{{ rehearsal.location.name }}
{{ rehearsal.location.address }}
{{ rehearsal.location.city }}, {{ rehearsal.location.state }} {{ rehearsal.location.zip }}
Map Link

{{ rehearsal.additional_info }}

{{ ceremony.date|date:"l, n/d" }}
Wedding Ceremony

We'll be gathering at {{ ceremony.date|date:"g:i A"}} at:

{{ ceremony.location.name }}
{{ ceremony.location.address }}
{{ ceremony.location.city }}, {{ ceremony.location.state }} {{ ceremony.location.zip }}
Map Link

{{ ceremony.additional_info }}

{{ reception.date|date:"l, n/d" }}
Wedding Reception

We'll be gathering at {{ reception.date|date:"g:i A"}} at:

{{ reception.location.name }}
{{ reception.location.address }}
{{ reception.location.city }}, {{ reception.location.state }} {{ reception.location.zip }}
Map Link

{{ reception.additional_info }}

{% endblock %}