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

Ceremony and Reception

{{ ceremony.date|date:"l F j, Y"}}

{{ ceremony.location.name }}

Address
{{ ceremony.location.address }}
{{ ceremony.location.city }}, {{ ceremony.location.state }} {{ ceremony.location.zip }}

Directions
Maps Link
{{ ceremony.location.parking }}

Questions? Need help setting up a carpool? Please reach out to your point of contact, who can be found on the Contacts page.

Ceremony
{{ ceremony.date|date:"g:i A"}}

Please arrive no later than {{ ceremony.arrive_by|date:"g:i A"}}.

Attire
{{ ceremony.attire }}

Details
{{ ceremony.details }}

Reception
{{ reception.date|date:"g:i A"}} - {{ reception.time_end|date:"g:i A"}}

Details
{{ reception.details }}

Map

{% easy_map ceremony.location.map_address 100 100 5 using 'wedding/blocks/responsive_map.html' %}
{% endblock %}