I could make no sense of the whole default role ID thing
I removed it
event.event_end_date:::{event.end_date|crmDate:"%Y%m%d"}
event.is_monetary:::{event.is_monetary|boolean}
event.fee_label:::{event.fee_label}
-event.participant_role::{event.participant_role_id:label}
+event.participant_role:::{event.participant_role_id:label}
{if !empty($isShowLocation)}
isShowLocation:::{$isShowLocation}
location.address.1.display:::{$location.address.1.display}
<td {$valueStyle}>{$taxDetail.amount|crmMoney:'{contribution.currency}'}</td>
</tr>
{/foreach}
- {/if}
- {if $isShowTax && {contribution.tax_amount|boolean}}
<tr>
<td {$labelStyle}>
- {ts}Total Tax Amount{/ts}
+ {ts}Total Tax Amount{/ts}
</td>
<td {$valueStyle}>
- {if $isPrimary}{contribution.tax_amount}{else}{$participant.totals.tax_amount|crmMoney}{/if}
+ {if $isPrimary}{contribution.tax_amount}{else}{$participant.totals.tax_amount|crmMoney}{/if}
</td>
</tr>
{/if}