{% extends "base_no_footer.html" %} {% load staticfiles %} {% block title %}{{CITY_COUNCIL_NAME}} Members{% endblock %} {% block extra_css %} {% if map_geojson %} {% endif %} {% endblock %} {% block full_content %}
{% if map_geojson %}

Council Members

Don't know your council member?


{% else %}

City Council Members


{% endif %}
{% if map_geojson %}
{% include 'partials/council_member_table.html' %}
{% else %}
{% include 'partials/council_member_table.html' %}
{% include 'partials/council_info_blurb.html' %}
{% endif %}
{% endblock %} {% block extra_js %} {% include 'partials/map.html' %} {% endblock %}