{{ charityName }} — CFC #{{ cfcCode }}
Amount | Donors | Volunteer Hours | Group Volunteer Hours (# Donors) | |
---|---|---|---|---|
Total Pledged For Year | {{ charityPledgeData.totalPledgedForYear.amount | currency:"$ ":0 }} | {{ charityPledgeData.totalPledgedForYear.donors | number }} | {{ charityPledgeData.totalPledgedForYear.volunteerHours | number }} | {{ charityPledgeData.totalPledgedForYear.groupVolunteerHours | number }} [{{ charityPledgeData.totalPledgedForYear.numGroupVolunteer | number }}] |
One-Time Pledges For Year | {{ charityPledgeData.oneTimePledgeForYear.amount | currency:"$ ":0 }} | {{ charityPledgeData.oneTimePledgeForYear.donors | number }} | {{ charityPledgeData.oneTimePledgeForYear.volunteerHours | number }} | {{ charityPledgeData.oneTimePledgeForYear.groupVolunteerHours | number }} [{{ charityPledgeData.oneTimePledgeForYear.numGroupVolunteer | number }}] |
Recurring Pledges For Year | {{ charityPledgeData.recurringPledgeForYear.amount | currency:"$ ":0 }} | {{ charityPledgeData.recurringPledgeForYear.donors | number }} | {{ charityPledgeData.recurringPledgeForYear.volunteerHours | number }} | {{ charityPledgeData.recurringPledgeForYear.groupVolunteerHours | number }} [{{ charityPledgeData.recurringPledgeForYear.numGroupVolunteer | number }}] |
Zone Code | Zone Name | Total Donations | Total Volunteer Hours | One Time Donations | Recurring Donations |
---|---|---|---|---|---|
{{ zonePledge.zoneCode }} | {{ zonePledge.zoneName }} | {{ zonePledge.zoneTotalDonations | currency:"$ ":0 }} | {{ (zonePledge.zoneTotalVolunteerHrs + zonePledge.zoneTotalGroupVolunteerHrs) | number}} | {{ zonePledge.zoneOneTimeDonations | currency:"$ ":0 }} | {{ zonePledge.zoneRecurringDonations | currency:"$ ":0 }} |
|