{% extends "base_with_margins.html" %} {% load extras %} {% load static %} {% load adv_cache %} {% block title %}{{committee.name}}{% endblock %} {% block content %} {% cache 600 committee_wrapper committee.id %}

{{committee.name}}

{% if committee_description %}

{{committee_description}}

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

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

{{action.description | remove_action_subj}}

{{action.bill.friendly_name}}

{{action.bill.title | 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.all_members|length }})

{% include 'partials/committee_person_table.html' %}
{% endcache %} {% endblock %} {% block extra_js %} {% if USING_NOTIFICATIONS %} {% endif %} {% endblock %}