{% extends 'calaccess_campaign_browser/base.html' %} {% load humanize %} {% block title %}Contributions - {{ committee.name }} - Committee - {{ block.super }}{% endblock %} {% block javascript %} {% endblock %} {% block content %} {% include "calaccess_campaign_browser/committee_nav.html" %}
Total contributions: ${{committee.total_contributions | intcomma}}
Date | Name | Amount |
---|---|---|
{{ obj.date_received|date:"Y-m-d" }} | {% if obj.contributor_committee_id %} {% endif %} {{ obj.contributor_full_name }} {% if obj.contributor_committee_id %} {% endif %} | ${{ obj.amount | intcomma }} |