<{foreach item=profile from=$author.profiles}>
<{$profile.title}>:<{$profile.content}>
<{/foreach}>
<{if count($author.mods)>0}>
<{php}>echo art_constant("MD_MODERATOR");<{/php}>:
<{foreach item=mod from=$author.mods}>
<{$mod.title}>
<{/foreach}>
<{/if}>
<{if $author.stats}>
<{php}>echo art_constant("MD_ARTICLES");<{/php}>:<{$author.stats.articles}>
<{php}>echo art_constant("MD_FEATURED");<{/php}>:<{$author.stats.featured}>
<{php}>echo art_constant("MD_TOPICS");<{/php}>:<{$author.stats.topics}>
<{/if}>