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

{{committee.name}}

{% if committee_description %}

{{committee_description}}

{% endif %}
{% if committee.recent_activity %}
{% for action in committee.recent_activity %} {% endfor %}
Action Legislation

{{action.date|date:'n/d/Y'}}

{{action.description | remove_action_subj}}

{{action.bill.friendly_name}}

{{action.bill.description | short_blurb}}

Show more Show fewer
{% else %}

No recent legislative activity

{% endif %} {% if committee.recent_events %}
{% for event in committee.recent_events %}

{{event.start_time | date:'n/d/Y' }} - {{event.link_html | safe}}

{% endfor %} Show more Show fewer {% endif %}

Committee Members ({{ committee.memberships.all|length }})

{% for membership in committee.chairs %} {% endfor %} {% for membership in committee.non_chair_members %} {% endfor %}
Committee Member {{CITY_VOCAB.MUNICIPAL_DISTRICT}} Role
{{membership.person.name}}
{{ membership.person.link_html | safe }} {{membership.person.current_council_seat}} Chairperson
{{membership.person.name}}
{{ membership.person.link_html | safe }} {{membership.person.current_council_seat}} Member
{% endblock %} {% block extra_js %} {% if USING_NOTIFICATIONS %} {% endif %} {% endblock %}