{% extends "base_no_footer.html" %} {% load staticfiles %} {% load adv_cache %} {% block title %}{{CITY_COUNCIL_NAME}} Members{% endblock %} {% block extra_css %} {% cache 86400 leaflet_wrapper 'leaflet' %} {% if map_geojson %} {% endif %} {% endcache %} {% endblock %} {% block full_content %} {% cache 86400 members_wrapper 'members' %}
{% if map_geojson %}

{{ CITY_VOCAB.COUNCIL_MEMBERS }}

Look up your council member


{% else %}

{{ CITY_VOCAB.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 %}
{% endcache %} {% endblock %} {% block extra_js %} {% cache 86400 js_wrapper 'js' %} {% include 'partials/map.html' %} {% endcache %} {% endblock %}