{% extends "base_with_margins.html" %} {% block title %}Events{% endblock %} {% block content %}


Browse by month:
View events
{% if not show_upcoming %} {% if month_events %}

{{ CITY_VOCAB.EVENTS }}: {{ this_start_date | date:"F Y"}}


{% for date, event_list in month_events %} {% include "partials/event_day.html" %} {% endfor %} {% else %}

No {{ CITY_VOCAB.EVENTS | lower }} to show

{% endif %} {% else %} {% if upcoming_events %}

Upcoming {{ CITY_VOCAB.EVENTS }}
{% if USING_NOTIFICATIONS %} {% if user_subscribed %} {% else %} {% with link_id='eventsSubscribe' modal_id='meetings' custom_text='meetings' href='#' RSS_href='rss/' RSS_for='RSS feed for Upcoming and Recent Events' %} {% include 'partials/subscription_modal.html' %} {% endwith %} {% endif %} {% else %} {% endif %}


{% for date, event_list in upcoming_events %} {% include "partials/event_day.html" %} {% endfor %} {% else %}

No Upcoming {{ CITY_VOCAB.EVENTS }} {% if USING_NOTIFICATIONS %} {% if user_subscribed %} {% else %} {% with link_id='eventsSubscribe' modal_id='meetings' custom_text='meetings' href='#' RSS_href='rss/' RSS_for='RSS feed for Upcoming and Recent Events' %} {% include 'partials/subscription_modal.html' %} {% endwith %} {% endif %} {% else %} {% endif %}


{% endif %} {% endif %}
{% include 'partials/events_info_blurb.html' %}
{% endblock %} {% block extra_js %} {% if USING_NOTIFICATIONS %} {% endif %} {% endblock %}