notifications.smarty 276 Bytes
<h2>{i18n}Items that require your attention{/i18n}</h2>
{if (!empty($notifications))}
<dl>
{foreach item=oNotification from=$notifications}
{$oNotification->render()}
{/foreach}
</dl>
{else}
<div class="ktInfo"><p>{i18n}No items require your attention.{/i18n}</p></div>
{/if}