{* +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2015 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | | CiviCRM is free software; you can copy, modify, and distribute it | | under the terms of the GNU Affero General Public License | | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. | | | | CiviCRM is distributed in the hope that it will be useful, but | | WITHOUT ANY WARRANTY; without even the implied warranty of | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | | See the GNU Affero General Public License for more details. | | | | You should have received a copy of the GNU Affero General Public | | License and the CiviCRM Licensing Exception along | | with this program; if not, contact CiviCRM LLC | | at info[AT]civicrm[DOT]org. If you have questions about the | | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ *}
{if $lineItem} {else} {/if} {if $invoicing && $tax_amount} {/if} {if $non_deductible_amount} {/if} {if $fee_amount} {/if} {if $net_amount} {/if} {if $to_financial_account } {/if} {if $cancel_date} {if $cancel_reason} {/if} {/if} {if $payment_instrument eq 'Check'|ts} {/if} {if $campaign} {/if} {if $contribution_page_title} {/if} {if $receipt_date} {/if} {foreach from=$note item="rec"} {if $rec } {/if} {/foreach} {if $trxn_id} {/if} {if $invoice_id} {/if} {if $thankyou_date} {/if}
{ts}From{/ts} {$displayName}
{ts}CiviCRM ID{/ts} {$contact_id}
{ts}Financial Type{/ts} {$financial_type}{if $is_test} {ts}(test){/ts} {/if}
{ts}Contribution Amount{/ts} {include file="CRM/Price/Page/LineItem.tpl" context="Contribution"} {if $contribution_recur_id} {ts}Recurring Contribution{/ts}
{ts}Installments{/ts}: {if $recur_installments}{$recur_installments}{else}{ts}(ongoing){/ts}{/if}, {ts}Interval{/ts}: {$recur_frequency_interval} {$recur_frequency_unit}(s) {/if}
{ts}Total Amount{/ts} {$total_amount|crmMoney:$currency}  {if $contribution_recur_id} {ts}Recurring Contribution{/ts}
{ts}Installments{/ts}: {if $recur_installments}{$recur_installments}{else}{ts}(ongoing){/ts}{/if}, {ts}Interval{/ts}: {$recur_frequency_interval} {$recur_frequency_unit}(s) {/if}
{ts}Total Tax Amount{/ts} {$tax_amount|crmMoney:$currency}
{ts}Non-deductible Amount{/ts} {$non_deductible_amount|crmMoney:$currency}
{ts}Fee Amount{/ts} {$fee_amount|crmMoney:$currency}
{ts}Net Amount{/ts} {$net_amount|crmMoney:$currency}
{ts}Received{/ts} {if $receive_date}{$receive_date|crmDate}{else}({ts}not available{/ts}){/if}
{ts}Received Into{/ts} {$to_financial_account}
{ts}Contribution Status{/ts} {$contribution_status} {if $contribution_status_id eq 2} {if $is_pay_later}: {ts}Pay Later{/ts} {else} : {ts}Incomplete Transaction{/ts} {/if}{/if}
{ts}Cancelled / Refunded Date{/ts} {$cancel_date|crmDate}
{ts}Cancellation / Refund Reason{/ts} {$cancel_reason}
{ts}Payment Method{/ts} {$payment_instrument}{if $payment_processor_name} ({$payment_processor_name}){/if}
{ts}Check Number{/ts} {$check_number}
{ts}Source{/ts} {$source}
{ts}Campaign{/ts} {$campaign}
{ts}Online Contribution Page{/ts} {$contribution_page_title}
{ts}Receipt Sent{/ts} {$receipt_date|crmDate}
{ts}Note{/ts} {$rec}
{ts}Transaction ID{/ts} {$trxn_id}
{ts}Invoice ID{/ts} {$invoice_id} 
{ts}Thank-you Sent{/ts} {$thankyou_date|crmDate}
{if count($softContributions)} {* We show soft credit name with PCP section if contribution is linked to a PCP. *}
{ts}Soft Credit{/ts}
{foreach from=$softContributions item="softCont"} {/foreach}
{$softCont.contact_name} {$softCont.amount|crmMoney:$currency} {if $softCont.soft_credit_type_label} ({$softCont.soft_credit_type_label}) {/if}
{/if} {if $premium}
{ts}Premium Information{/ts}
{ts}Premium{/ts} {$premium} {ts}Option{/ts} {$option} {ts}Fulfilled{/ts} {$fulfilled|truncate:10:''|crmDate}
{/if} {if $pcp_id}
{ts}Personal Campaign Page Contribution Information{/ts}
{if $pcp_roll_nickname} {/if} {if $pcp_personal_note} {/if}
{ts}Personal Campaign Page{/ts} {$pcp_title}
{ts}Contribution was made through this personal campaign page.{/ts}
{ts}Soft Credit To{/ts} {$pcp_soft_credit_to_name}
{ts}In Public Honor Roll?{/ts} {if $pcp_display_in_roll}{ts}Yes{/ts}{else}{ts}No{/ts}{/if}
{ts}Honor Roll Name{/ts} {$pcp_roll_nickname}
{ts}Personal Note{/ts} {$pcp_personal_note}
{/if} {include file="CRM/Custom/Page/CustomDataView.tpl"} {if $billing_address}
{ts}Billing Address{/ts}
{$billing_address|nl2br}
{/if}
{if call_user_func(array('CRM_Core_Permission','check'), 'edit contributions')} {assign var='urlParams' value="reset=1&id=$id&cid=$contact_id&action=update&context=$context"} {if ( $context eq 'fulltext' || $context eq 'search' ) && $searchKey} {assign var='urlParams' value="reset=1&id=$id&cid=$contact_id&action=update&context=$context&key=$searchKey"} {/if}
{ts}Edit{/ts}
{/if} {if call_user_func(array('CRM_Core_Permission','check'), 'delete in CiviContribute')} {assign var='urlParams' value="reset=1&id=$id&cid=$contact_id&action=delete&context=$context"} {if ( $context eq 'fulltext' || $context eq 'search' ) && $searchKey} {assign var='urlParams' value="reset=1&id=$id&cid=$contact_id&action=delete&context=$context&key=$searchKey"} {/if}
{ts}Delete{/ts}
{/if} {include file="CRM/common/formButtons.tpl" location="bottom"}