{** * authorFees.tpl * * Copyright (c) 2003-2011 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="about.authorFeesMessage"}
{if $currentJournal->getSetting('submissionFeeEnabled')}{$currentJournal->getLocalizedSetting('submissionFeeName')|escape}:
{if $submissionPayment}
{translate key="payment.paid"} {$submissionPayment->getTimestamp()|date_format:$datetimeFormatLong}
{else}
{$currentJournal->getSetting('submissionFee')|string_format:"%.2f"} ({$currentJournal->getSetting('currency')})
{if $showPayLinks}{translate key="payment.payNow"}{/if}
{/if}
{$currentJournal->getLocalizedSetting('submissionFeeDescription')|nl2br}
{$currentJournal->getLocalizedSetting('fastTrackFeeName')|escape}:
{if $fastTrackPayment}
{translate key="payment.paid"} {$fastTrackPayment->getTimestamp()|date_format:$datetimeFormatLong}
{else}
{$currentJournal->getSetting('fastTrackFee')|string_format:"%.2f"} ({$currentJournal->getSetting('currency')})
{if $showPayLinks}{translate key="payment.payNow"}{/if}
{/if}
{$currentJournal->getLocalizedSetting('fastTrackFeeDescription')|nl2br}
{$currentJournal->getLocalizedSetting('publicationFeeName')|escape}: {$currentJournal->getSetting('publicationFee')|string_format:"%.2f"} ({$currentJournal->getSetting('currency')})
{$currentJournal->getLocalizedSetting('publicationFeeDescription')|nl2br}
{$currentJournal->getLocalizedSetting('waiverPolicy')}
{/if}