<{$smarty.const._MI_XNEWS_TPL_ARTICLE_LIST}>
<{if $app.topic_path}>
<{/if}>
<{$app.topic.topic_description|nl2br}>
<{foreach from=$app.articles item=a}>
<{$a.a_ptime|xoops_formattimestamp:"Y.m.d"}>
<{if !$a.is_public}>
<{$smarty.const._MI_XNEWS_TPL_ARTICLE_SHOW_ONLY}>
<{/if}>
<{$a.a_excerption}><{$smarty.const._MI_XNEWS_TPL_READMORE}>
<{if $a.can_edit}><{/if}>
<{/foreach}>