{% extends "wedding/blocks/base.html" %} {% load static %} {% block title %} Weekend Events {% endblock %} {% block content %}
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 }}
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 }}
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 }}