{{ next_event.name|safe }}
{% if next_event.venue.id %}{{ next_event.venue.name }}{% if next_event.venue.address_1 %} // {{ next_event.venue.address_1 }}{% if next_event.venue.address_2 %}, {{ next_event.venue.address_2 }}{% endif %}{% endif %} // {{ next_event.venue.city }}, {{ next_event.venue.state }} {{ next_event.venue.zip }}{% else %}Venue TBD{% endif %} {% if next_event.description %}{{ next_event.description|safe }}
{% endif %}
{% if request.GET.contact_sent == 'yes' %}
