{% extends "base_with_margins.html" %} {% load staticfiles %} {% block title %}{{CITY_COUNCIL_NAME}} Members{% endblock %} {% block content %}

City Council Members


{% for post in posts %} {% endfor %}
Council Member {% if MUNICIPAL_DISTRICT_NAME %} {{MUNICIPAL_DISTRICT_NAME}} {% else %} District {% endif %}
{% if post.current_member %} {{post.current_member.person.name}} {% endif %} {% if post.current_member %} {{ post.current_member.person.link_html | safe }} {% if post.current_member.person.is_speaker %}
Council Speaker Verified {% endif %} {% else %} Vacant {% endif %}
{{post.label}}

What does City Council do?

{{CITY_COUNCIL_NAME}} monitors the operation and performance of city agencies, makes land use decisions and has sole responsibility for approving the city's budget. It also legislates on a wide range of other subjects. The Council is an equal partner with the Mayor in the governing of {{ CITY_NAME }}. Read more about how City Council works >

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