</div>
{/if}
{elseif $isPendingOutcome}
- <div>{ts 1=$paymentProcessor.name}Your contribution has been submitted to %1 for processing. Please print this page for your records.{/ts}</div>
+ <div>{ts 1=$paymentProcessor.name}Your contribution has been submitted to %1 for processing.{/ts}</div>
{if $is_email_receipt}
<div>
{if $onBehalfEmail AND ($onBehalfEmail neq $email)}
</div>
{/if}
{else}
- <div>{ts}Your transaction has been processed successfully. Please print this page for your records.{/ts}</div>
+ <div>{ts}Your transaction has been processed successfully.{/ts}</div>
{if $is_email_receipt}
<div>
{if $onBehalfEmail AND ($onBehalfEmail neq $email)}
{/if}
{* PayPal_Standard sets contribution_mode to 'notify'. We don't know if transaction is successful until we receive the IPN (payment notification) *}
{elseif $contributeMode EQ 'notify' and $paidEvent}
- <p>{ts 1=$paymentProcessor.name}Your registration payment has been submitted to %1 for processing. Please print this page for your records.{/ts}</p>
+ <p>{ts 1=$paymentProcessor.name}Your registration payment has been submitted to %1 for processing.{/ts}</p>
{if $is_email_confirm}
<p>{ts 1=$email}A registration confirmation email will be sent to %1 once the transaction is processed successfully.{/ts}</p>
{/if}
{else}
- <p>{ts}Your registration has been processed successfully. Please print this page for your records.{/ts}</p>
+ <p>{ts}Your registration has been processed successfully.{/ts}</p>
{if $is_email_confirm}
<p>{ts 1=$email}A registration confirmation email has also been sent to %1{/ts}</p>
{/if}