{% extends 'calaccess_campaign_browser/base.html' %} {% load humanize %} {% block content %}

Political Parties

Party Cashflow In The 2014 Cycle

{% if party.total_contributions_by_year %}

Contributions by year

{% for year, total in party.total_contributions_by_year %} {% endfor %}
Year Total
{{ party }} ${{ total|floatformat:0|intcomma }}
{% endif %}
{% if party.total_expenditures_by_year %}

Expenditures by year

{% for year, total in party.total_expenditures_by_year %} {% endfor %}
Year Total
{{ party }} ${{ total|floatformat:0|intcomma }}
{% endif %}

Big Spenders

  Candidate Total Expenditures Party
# --- $ ---

$ Hoarders

  Candidate Total Expenditures Party
# --- $ ---
{% endblock %}