{% extends 'calaccess_campaign_browser/base.html' %} {% block title %}{{ filer.name }} - Filers - {{ block.super }}{% endblock %} {% block content %}

{{ filer.name }}

{% for committee in filer.committee_set.all %} {% endfor %}
Committee name Filer ID Type
{{ committee.short_name }} {{ committee.filer_id_raw }} {{ committee.get_committee_type_display }}
{% endblock %}