{* +--------------------------------------------------------------------+ | Copyright CiviCRM LLC. All rights reserved. | | | | This work is published under the GNU AGPLv3 license with some | | permitted exceptions and without any warranty. For full license | | and copyright information, see https://civicrm.org/licensing | +--------------------------------------------------------------------+ *} {if $transaction} {include file="CRM/Contribute/Form/PaymentInfoBlock.tpl"} {if !$suppressPaymentFormButtons}
{include file="CRM/common/formButtons.tpl"}
{/if} {else}
{if !$email}
 {ts}You will not be able to send an automatic email receipt for this payment because there is no email address recorded for this contact. If you want a receipt to be sent when this payment is recorded, click Cancel and then click Edit from the Summary tab to add an email address before recording the payment.{/ts}
{/if} {if $newCredit AND $contributionMode EQ null} {if $contactId} {capture assign=ccModeLink}{crmURL p='civicrm/payment/add' q="reset=1&action=add&cid=`$contactId`&id=`$id`&component=`$component`&mode=live"}{/capture} {/if} {if $paymentType eq 'owed'} {/if} {/if}
{include file="CRM/common/formButtons.tpl"}
{if $eventName} {/if} {if $email and $outBound_option != 2} {/if} {if $contributionMode} {/if}
{if $component eq 'event'}{ts}Participant{/ts}{else}{ts}Contact{/ts}{/if}{$displayName}
{ts}Event{/ts}{$eventName}
{$form.total_amount.label} {$form.currency.html|crmAddClass:eight} {$form.total_amount.html|crmAddClass:eight}  {if $paymentType EQ 'refund' || $paymentAmt < 0}{ts}Refund Due : {$absolutePaymentAmount|crmMoney} {/ts}{else}{ts}Balance Owed{/ts} : {$paymentAmt|crmMoney}{/if}
{$form.is_email_receipt.label} {$form.is_email_receipt.html}  {ts 1=$email}Automatically email a receipt to %1?{/ts}
{$form.payment_processor_id.label} * {$form.payment_processor_id.html}
{if !$contributionMode}
{if $paymentType EQ 'refund'}{ts}Refund Details{/ts}{else}{ts}Payment Details{/ts}{/if}
{$form.fee_amount.html|crmMoney:$currency:'XXX':'YYY'}
{ts}Processing fee for this transaction (if applicable).{/ts}
{$form.trxn_date.label} {$form.trxn_date.html}
{ts}The date this payment was received.{/ts}
{$form.payment_instrument_id.label} {$form.payment_instrument_id.html} {help id="payment_instrument_id"}
{$form.trxn_id.label} {$form.trxn_id.html} {help id="id-trans_id"}
{$form.fee_amount.label}
{/if} {include file='CRM/Core/BillingBlockWrapper.tpl'}
{literal}
{include file="CRM/common/formButtons.tpl" location="bottom"}
{literal} {/literal} {/if}