{extends "base_full.tpl.html"} {block title}{t}News{/t}{/block} {block "content"}
{t}Important Notices{/t}
{section name="i" loop=$news}

{$news[i].nws_created_date|timeago} - {$news[i].nws_title}

{$news[i].nws_message|activateLinks:"links"}

{/section}
{/block}