<tr>
<td>
- {if $paymentConfig.confirm_email_text}
- <p>{$paymentConfig.confirm_email_text|htmlize}</p>
- {elseif $isRefund}
+ {if $isRefund}
<p>{ts}A refund has been issued based on changes in your registration selections.{/ts}</p>
{else}
<p>{ts}A payment has been received.{/ts}</p>
</tr>
<tr>
<td {$labelStyle}>
- {ts}Total Fees{/ts}
+ {ts}Total Amount{/ts}
</td>
<td {$valueStyle}>
{$totalAmount|crmMoney}
</tr>
<tr>
<td {$labelStyle}>
- {ts}{if $component eq 'event'}Total Fees{/if}{/ts}
+ {ts}Total Amount{/ts}
</td>
<td {$valueStyle}>
- {$totalAmount|crmMoney}
+ {$totalAmount|crmMoney}
</td>
</tr>
<tr>
<td {$labelStyle}>
- {ts}This Payment Amount{/ts}
+ {ts}This Payment Amount{/ts}
</td>
<td {$valueStyle}>
- {$paymentAmount|crmMoney}
+ {$paymentAmount|crmMoney}
</td>
</tr>
<tr>
<td {$labelStyle}>
- {ts}Balance Owed{/ts}
+ {ts}Balance Owed{/ts}
</td>
<td {$valueStyle}>
- {$amountOwed|crmMoney}
+ {$amountOwed|crmMoney}
</td> {* This will be zero after final payment. *}
</tr>
<tr> <td {$emptyBlockStyle}></td>
{if $paymentsComplete}
<tr>
<td colspan='2' {$valueStyle}>
- {ts}Thank-you. This completes your payment for {if $component eq 'event'}{$event.event_title}{/if}.{/ts}
+ {ts}Thank-you. This completes your payment for {if $component eq 'event'}{$event.event_title}{/if}.{/ts}
</td>
</tr>
{/if}
{if $receive_date}
<tr>
<td {$labelStyle}>
- {ts}Transaction Date{/ts}
+ {ts}Transaction Date{/ts}
</td>
<td {$valueStyle}>
- {$receive_date|crmDate}
+ {$receive_date|crmDate}
</td>
</tr>
{/if}
</td>
</tr>
- {if $event.participant_role neq 'Attendee' and $defaultRole}
+ {if $event.participant_role}
<tr>
<td {$labelStyle}>
{ts}Participant Role{/ts}
Dear {$contactDisplayName}
-{if $paymentConfig.confirm_email_text}
-{$paymentConfig.confirm_email_text}
-{elseif $isRefund}
+{if $isRefund}
{ts}A refund has been issued based on changes in your registration selections.{/ts}
{else}
{ts}A payment has been received.{/ts}
{$event.event_title}
{$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|date_format:"%Y%m%d" == $event.event_start_date|date_format:"%Y%m%d"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate}{/if}{/if}
-{if $event.participant_role neq 'Attendee' and $defaultRole}
+{if $event.participant_role}
{ts}Participant Role{/ts}: {$event.participant_role}
{/if}