<{php}>echo art_constant("MD_ARTICLES");<{/php}>
<{foreachq item=article from=$articles}>
<{$article.title}>
<{if $isauthor OR $isadmin}>
(<{$smarty.const._EDIT}>)
<{/if}>
<{php}>echo art_constant("MD_CATEGORIES");<{/php}>:
<{if $article.category}><{$article.category.title}>
<{/if}>
<{if count($article.categories)>0}>
<{foreachq item=category key=catid from=$article.categories}>
<{$category.title}>
<{/foreach}>
<{/if}>
<{$article.summary}>
<{/foreach}>