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

Filers

{% include "calaccess_campaign_browser/paginator.html" %}
{% for filer in object_list %} {% with filer.committee_set.count as count %} {% endwith %} {% endfor %}
ID Name Type Party Status Effective date Committees
{% if count %} {{ filer.filer_id_raw }} {% else %} {{ filer.filer_id_raw }} {% endif %} {{ filer.short_name }} {{ filer.get_filer_type_display }} {{ filer.get_party_display }} {{ filer.get_status_display }} {{ filer.effective_date }} {{ count }}
{% include "calaccess_campaign_browser/paginator.html" %} {% endblock %} {% block javascript %} {% endblock %}