{** * 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="payment.authorFees"}

{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}

{/if} {if $currentJournal->getSetting('fastTrackFeeEnabled')}

{$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}

{/if} {if $currentJournal->getSetting('publicationFeeEnabled')}

{$currentJournal->getLocalizedSetting('publicationFeeName')|escape}: {$currentJournal->getSetting('publicationFee')|string_format:"%.2f"} ({$currentJournal->getSetting('currency')})
{$currentJournal->getLocalizedSetting('publicationFeeDescription')|nl2br}

{/if} {if $currentJournal->getLocalizedSetting('waiverPolicy') != ''}

{$currentJournal->getLocalizedSetting('waiverPolicy')}

{/if}