{* +--------------------------------------------------------------------+ | 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 | +--------------------------------------------------------------------+ *} {crmRegion name="payment-edit-block"}
{foreach from=$paymentFields key=fieldName item=paymentField} {assign var='name' value=$fieldName}
{$form.$name.label}
{if $name eq 'total_amount'}{$currency}  {/if}{$form.$name.html}
{/foreach}
{/crmRegion}
{include file="CRM/common/formButtons.tpl" location="bottom"}
{literal} {/literal}