{assign var="deafultNick" value=$shoutbox->getDefaultNick()} {assign var="defaultShout" value=$shoutbox->getDefaultShout()} {assign var="shouts" value=$shoutbox->thinkAndDo()} {foreach from=$shouts item=shout} <{$shout.nickname}> {$shout.shout_text}
({$shout.shout_date})
{/foreach}

{$locale->tr("shoutbox_history")}

{literal} {/literal} {assign var="shoutsEnabled" value=$shoutbox->isShoutboxEnabled()} {if $shoutsEnabled}



{else}

[shouting is temporarily disabled]

{/if}