Pledge variables
| Variable | Description |
|---|---|
| signup | Person pledging |
| amount_option_in_cents | The amount selected from the radio buttons |
| amount_in_cents | Donation amount in cents e.g. 1000 |
| is_private? | Checks if the pledge is private e.g. {% if pledge.is.private? %} |
| recruiter | Recruiter of pledge e.g. {{ pledge.recruiter }} |