{% extends "base.html" %} {% block content %}

Committees ({{ object_list.count }})

{% for obj in object_list %} {% endfor %}
Name Type
{{ obj|truncatechars:75 }} {{ obj.committee_type }}
{% endblock %}