diff --git a/camp_fin/templates/index.html b/camp_fin/templates/index.html index 4caf660..dd44950 100644 --- a/camp_fin/templates/index.html +++ b/camp_fin/templates/index.html @@ -2,6 +2,7 @@ {% load helpers %} {% load staticfiles %} {% load explainer %} +{% load humanize %} {% block title %} Keep an eye on money in New Mexico politics @@ -55,137 +56,84 @@
+ + + {{ total_lobbyist_contributions|format_money_short }} + + raised for candidates and committees since 2013 +
++ + + {{ total_lobbyist_expenditures|format_money_short }} + + spent on lobbying since 2013 +
++ + + See more top lobbyists > - - {{ home_page_governors_race|safe }} -
Candidate | -- Cash on hand - {% explainer "The amount of available funds that the campaign reported at the time of the last filing date. This number does not include outstanding debts." %} - | -- Total funds raised since {{ last_year }} - {% explainer "'Funds raised' includes both contributions and loans to the campaign." %} - | -
---|---|---|
- - {{ campaign.candidate.full_name }} - - {% if campaign.party_identifier %} - - - ({{ campaign.party_identifier }}) - - - {% endif %} - {% if campaign.is_winner %} - - {% endif %} - - | -- - {{ campaign.cash_on_hand | format_money_short }} - - | - -- - {% funds_raised campaign last_year short=True %} - - | - -
View details of the race for Governor >
+ + + See more top lobbyist employers > - - {{ home_page_contested_races|safe }} - {% with races=top_races %} - {% include 'camp_fin/widgets/races_list.html' %} - {% endwith %} - -
- Donor - | - -- Amount {{ sort_order|get_sort_icon|safe }} - | -- Recipient - | - -
---|---|---|
- {{ transaction.full_name }} - | -- - - - {{ transaction.amount|format_money }} - {{ transaction.amount|format_money_short }} - - | -- {% if transaction.pac_slug %} - {{ transaction.transaction_subject }} - {% endif %} - {% if transaction.candidate_slug %} - {{ transaction.transaction_subject }} - {% endif %} - | - -
See more on the lobbyist portal >
- {{ total_contributions|format_money_short }} + {{ total_lobbyist_contributions|format_money_short }} - raised for candidates and committees + raised for candidates and committees since 2013
- {{ total_expenditures|format_money_short }} + {{ total_lobbyist_expenditures|format_money_short }} - spent on lobbying + spent on lobbying since 2013