{** * plugins/paymethod/manual/templates/paymentForm.tpl * * Copyright (c) 2013-2015 Simon Fraser University Library * Copyright (c) 2003-2015 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Manual payment page *} {strip} {assign var="pageTitle" value="plugins.paymethod.manual"} {include file="common/header.tpl"} {/strip}
{if $itemAmount} {/if} {if $itemDescription} {/if}
{translate key="plugins.paymethod.manual.purchase.title"} {$itemName|escape}
{translate key="plugins.paymethod.manual.purchase.fee"} {$itemAmount|string_format:"%.2f"}{if $itemCurrencyCode} ({$itemCurrencyCode|escape}){/if}
{$itemDescription|escape|nl2br}

{$manualInstructions|nl2br}

{translate key="plugins.paymethod.manual.sendNotificationOfPayment"}

{include file="common/footer.tpl"}