Capital variables
| Variable | Description |
|---|---|
| receiver | Signup object of the receiver |
| receiver_id | Users Political Capital receiver id number e.g. {{ capital.receiver_id }} |
| spender | Signup object of the spender |
| spender_id | Users Political Capital spending id number e.g. {{ capital.spender_id }} |
| amount | |
| amount_format | Total Political Capital amount e.g. {{ capital.amount_format }} |
| amount_in_cents | |
| amount_spent | |
| amount_spent_format | Amount of Political Capital spent e.g. {{ capital.amount_spent_format }} |
| amount_spent_in_cents | |
| has_activity? | Checks if there is any Political Capital activity |
| activity | Political Capital activity e.g. {{ capital.activity.show_oneliner_view }} |
| created_at | Political Capital activity time stamp e.g. {{ capital.created_at | date_to_string }} |
| description | One line summary of what the pc was for |