Dear {$contactDisplayName}
{if $paymentConfig.confirm_email_text}
{$paymentConfig.confirm_email_text}
-{else}
-{if $isRefund}
+{elseif $isRefund}
{ts}A refund has been issued based on changes in your registration selections.{/ts}
{else}
{ts}A payment has been received.{/ts}
{/if}
-{/if}
{ts}Please print this confirmation for your records.{/ts}
{ts}Thank-you. This completes your payment for {/ts}{if $component eq 'event'}{$event.event_title}{/if}.
{/if}
-
+{/if}
{if $receive_date}
{ts}Transaction Date{/ts}: {$receive_date|crmDate}
{/if}
{$credit_card_number}
{ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:''|crmDate}
{/if}
-{/if}
-{/if}
{if $component eq 'event'}
===============================================================================