{% extends "base_with_margins.html" %} {% load extras %} {% block title %}{{ person.name }}{% endblock %} {% block content %}

{{person.name}} {{ person.council_seat }}

{{person.name}}

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

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

View the source for this page


{{person.name}}

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

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

View the source for this page


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

Recently sponsored 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}}

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

Committees

{% if memberships %}
{% for membership in chairs %} {% endfor %} {% for membership in memberships %} {% endfor %}
Member of Position
{{membership.organization.link_html|safe}} Chairperson
{{membership.organization.link_html|safe}} Member
{% endif %} {% endif %}
{% endblock %} {% block extra_js %} {% endblock %}