{% extends "base_with_margins.html" %} {% load extras %} {% load staticfiles %} {% block title %}{{ person.name }}{% endblock %} {% block extra_css %} {% if map_geojson %} {% endif %} {% endblock %} {% block content %}

{{person.name}}
{{ title }}

{{person.name}}

{% if person.email %} {{person.email | strip_mailto}} {% endif %}

{% if person.website_url %} Website {% endif %}

{% if map_geojson %}

{% if person.current_council_seat %} {{ person.current_council_seat }} map {% endif %}

{% endif %}
{% if person.headshot_source %}

Credit: {{person.headshot_source}}

{% endif %}

View on the {{CITY_VOCAB.SOURCE}} website

{{person.name}}

{% if person.email %} {{person.email | strip_mailto}} {% endif %}

{% if person.website_url %} Website {% endif %}

View on the {{CITY_VOCAB.SOURCE}} website


{% if request.GET.view == 'bills' or request.GET.view == None %}

Sponsored legislation View all

Legislation that {{person.name}} is the primary sponsor of.


{% for legislation in sponsored_legislation %} {% include "partials/legislation_item.html" %} {% endfor %}

View all legislation sponsored by {{person.name}}

All sponsored legislation

{% endif %} {% if request.GET.view == 'committees' %}

Committees

{% if person.chair_role_memberships or person.member_role_memberships %}
{% for membership in person.chair_role_memberships %} {% endfor %} {% for membership in person.member_role_memberships %} {% endfor %}
Member of Position
{{membership.organization.link_html|safe}} Chairperson
{{membership.organization.link_html|safe}} Member
{% endif %} {% endif %}
{% endblock %} {% block extra_js %} {% if USING_NOTIFICATIONS %} {% endif %} {% if map_geojson %} {% endif %} {% endblock %}