{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} {/foreach}
{str section=artefact.internal tag=$key}{$item}
{if $VIEWS}
{str section=mahara tag=views}
    {foreach from=$VIEWS key=key item=item name=view}
  • {$item|escape}
  • {/foreach}
{/if} {if $USERGROUPS} {foreach from=$USERGROUPS item=item} {/foreach}
{str section=mahara tag=groups}
{$item->name|escape}{str tag=$item->type}
{/if}
{$INVITEFORM} {$ADDFORM} {$FRIENDFORM} {$MESSAGEFORM}
{include file="columnleftend.tpl"} {include file="footer.tpl"}