From 8e1be59934f0d42fe6b3482cdcbbbb7417233260 Mon Sep 17 00:00:00 2001 From: Derek Eder Date: Tue, 4 Jun 2024 16:28:32 -0500 Subject: [PATCH] added section to alder page with table for campaign contributions --- chicago/templates/person.html | 95 +++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) diff --git a/chicago/templates/person.html b/chicago/templates/person.html index cb71be9..913172f 100644 --- a/chicago/templates/person.html +++ b/chicago/templates/person.html @@ -113,6 +113,15 @@

Contact info

{% endif %} +
  • + + + + Campaign + Donations + + +
  • {% if request.GET.view == 'bills' or request.GET.view == None %} @@ -197,6 +206,40 @@

    {{person.name}} has {{ attendance_percent }} attendance

    {% endif %} + {% if request.GET.view == 'donations' %} +

    Campaign Donations

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Commitee NameReceived DateAmountTypeDonor NameOccupationEmployerCity, State ZipFiling
    Commitee NameReceived DateAmountTypeDonor NameOccupationEmployerCity, State ZipFiling
    +
    + {% endif %} +

    Tools