{** * plugins/paymethod/manual/templates/paymentForm.tpl * * Copyright (c) 2014-2021 Simon Fraser University * Copyright (c) 2003-2021 John Willinsky * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * Manual payment page *} {include file="frontend/components/header.tpl" pageTitle="plugins.paymethod.manual"}

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

{if $itemAmount} {/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}

{$manualInstructions|nl2br}

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

{include file="frontend/components/footer.tpl"}