{if $noart neq 1}>
<{foreach item=article from=$articles}>
<{$article.article_title}> |
<{if $show_art_posted eq 1}>
<{$posted_on}> <{$article.art_posted_datetime}>
<{/if}>
<{if $show_art_poster eq 1}>
<{$art_post_by}> <{$article.art_author_name}>
<{/if}>
<{if $show_art_reads eq 1}>
(<{$article.art_views}> <{$art_reads_cap}>)
<{/if}>
|
<{$article.art_article_text}>
<{if $numpages neq 1}>
<{$article.pagenum}> <{$article.pageofint}> <{$article.pageof}> <{$article.pagenumint}>
|
<{$article.pageprev}> :: <{$article.pagenext}>
|
<{/if}>
|
|
<{/foreach}>
<{$commentsnav}>
<{$lang_notice}>
<{if $comment_mode == "flat"}>
<{include file="db:system_comments_flat.html"}>
<{elseif $comment_mode == "thread"}>
<{include file="db:system_comments_thread.html"}>
<{elseif $comment_mode == "nest"}>
<{include file="db:system_comments_nest.html"}>
<{/if}>
<{/if}>
<{if $noart eq 1}>
<{$noarticle}>
<{/if}>