##
$!{journal.title}
Subscription keywords: $!{keywords}
#foreach($v in $list)
#if($!{journal.language} == "en" ) #if($!v.doi && $!v.doi != "")
$!{v.titleEn}
#else
$!{v.titleEn}
#end #else #if($!v.doi && $!v.doi != "")
$!{v.titleEn}
#else
$!{v.titleEn}
#end #end
#foreach($author in $v.authors)
${author.authorNameEn}
#if($velocityCount != $v.authors.size()), #end
#end
#if($!{v.fpage} && $!{v.fpage} != 0 && $!{v.fpage} != '')
$!{v.year}, #if($!{v.volume} && $!{v.volume} != '') $!{v.volume} #end ($!{v.issue}): $!{v.fpage}-$!{v.lpage}
#end #if($!v.doi && $!v.doi != "")
doi:
$!{v.doi}
#end
#end