{% extends "core/base.html" %} {% load core_tags menu_tags static wagtailuserbar wagtailcore_tags wagtailimages_tags %} {% block extra_css %} {% endblock %} {% block fullwidth_header %} {% if self.slides %}
{% elif self.slide1_img %} {% endif %} {% endblock fullwidth_header %} {% block content %} {% get_upcoming_events 1 as upcoming_events %} {% if upcoming_events %} {% with upcoming_event=upcoming_events.0 %}{{ upcoming_event.subtitle }}
{% endif %}{% if upcoming_event.location_name %}{{ upcoming_event.location_name }}{% endif %} {% if upcoming_event.location_city %}, {{ upcoming_event.location_city }}{% endif %}
{{ upcoming_event.start_date|date:"SHORT_DATE_FORMAT" }} {% if upcoming_event.end_date %} - {{ upcoming_event.end_date|date:"SHORT_DATE_FORMAT" }}{% endif %}