{include file="header.tpl"}
{include file="sidebar.tpl"}
{include file="columnleftstart.tpl"}
{$NAME|escape}
{foreach from=$USERFIELDS name=userfields key=key item=item}
{if $smarty.foreach.userfields.first}
| {/if}
{str section=artefact.internal tag=$key} | {$item} |
{/foreach}
{if $VIEWS}
{str section=mahara tag=views}
|
{foreach from=$VIEWS key=key item=item name=view}
- {$item|escape}
{/foreach}
|
{/if}
{if $USERGROUPS}
{str section=mahara tag=groups}
|
{foreach from=$USERGROUPS item=item}
{$item->name|escape} | {str tag=$item->type} |
{/foreach}
{/if}
{$INVITEFORM}
{$ADDFORM}
{$FRIENDFORM}
{$MESSAGEFORM}
{include file="columnleftend.tpl"}
{include file="footer.tpl"}