{** * templates/author/submission/authorFees.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. * * Display of author fees and payment information * *}

{translate key="payment.authorFees"}

{if $currentJournal->getSetting('submissionFeeEnabled')} {if $submissionPayment} {else} {/if} {/if} {if $currentJournal->getSetting('fastTrackFeeEnabled')} {else} {/if} {/if} {if $currentJournal->getSetting('publicationFeeEnabled')} {if $publicationPayment} {else} {/if} {/if}
{$currentJournal->getLocalizedSetting('submissionFeeName')|escape}{translate key="payment.paid"} {$submissionPayment->getTimestamp()|date_format:$datetimeFormatLong}{$currentJournal->getSetting('submissionFee')|string_format:"%.2f"} {$currentJournal->getSetting('currency')} getId()}">{translate key="payment.payNow"}
{$currentJournal->getLocalizedSetting('fastTrackFeeName')|escape}: {if $fastTrackPayment} {translate key="payment.paid"} {$fastTrackPayment->getTimestamp()|date_format:$datetimeFormatLong}{$currentJournal->getSetting('fastTrackFee')|string_format:"%.2f"} {$currentJournal->getSetting('currency')} getId()}">{translate key="payment.payNow"}
{$currentJournal->getLocalizedSetting('publicationFeeName')|escape}{translate key="payment.paid"} {$publicationPayment->getTimestamp()|date_format:$datetimeFormatLong}{$currentJournal->getSetting('publicationFee')|string_format:"%.2f"} {$currentJournal->getSetting('currency')} getId()}">{translate key="payment.payNow"}