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


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

Events: {{first_date | date:"F Y"}}


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

No events to show

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

Upcoming Events


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

No Upcoming Events


{% endif %} {% endif %}

What are these events?

Most of the Council's legislative action happens in committees. Each committee meets in public hearings 2-3 times per month where proposed legislation is debated. Members of other government branches, as well as the public, are able to attend and comment at these hearings.

Meetings of the entire Council, referred to as Stated Meetings, occur twice a month at City Hall.

Read more about how City Council works >

{% endblock %} {% block extra_js %} {% endblock %}