2020-06-12 20:03:43 +00:00
|
|
|
<%- # License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
|
|
|
|
# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE -%>
|
2018-03-25 17:30:42 +00:00
|
|
|
<table class='table--plaid u-marginBottom--20'>
|
|
|
|
<thead>
|
2021-04-12 18:30:53 +00:00
|
|
|
<th><%= t('campaigns.dashboards.supporters') %></th>
|
|
|
|
<th><%= t('campaigns.dashboards.total') %></th>
|
|
|
|
<th><%= t('campaigns.dashboards.one_time') %></th>
|
|
|
|
<th><%= t('campaigns.dashboards.recurring') %></th>
|
|
|
|
<th><%= t('campaigns.dashboards.offsite') %></th>
|
2018-03-25 17:30:42 +00:00
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<!--= put campaign_totals.supporters_count -->
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
$<!--= put (cents_to_dollars campaign_totals.total_cents) -->
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
$<!--= put (cents_to_dollars campaign_totals.onetime_cents) -->
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
$<!--= put (cents_to_dollars campaign_totals.recurring_cents) -->
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
$<!--= put (cents_to_dollars campaign_totals.offsite_cents) -->
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
<!--= hide_if loading_totals -->
|
|
|
|
|