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
|
|
|
<!-- start partial events/event_metrics -->
|
|
|
|
|
|
|
|
<aside class='u-marginBottom--15 pastelBox--grey u-padding--20'>
|
|
|
|
<table class='u-fontSize--18 u-width--full'>
|
|
|
|
|
|
|
|
|
|
|
|
<% if @event.show_total_raised %>
|
|
|
|
<tr>
|
|
|
|
<td><strong>Total Raised</strong></td>
|
|
|
|
<td class='u-padding--5'>
|
|
|
|
$<!--= put (cents_to_dollars metrics.total_paid -->
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
<% if @event.show_total_count %>
|
|
|
|
<tr>
|
|
|
|
<td><strong>Attendees</strong></td>
|
|
|
|
<td class='u-padding--5'> <!--= put metrics.total_attendees --> </td>
|
|
|
|
</tr>
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
|
|
<!-- end partial events/event_metrics -->
|