dashboard.smarty 257 Bytes
{if count($context->notifications) != 0}

<h2>Items requiring your attention</h2>
<dl>
{foreach item=oNotification from=$context->notifications}
  {$oNotification->render()}
{/foreach}
</dl>
{else}
<p class="ktInfo">No items require your attention</p>
{/if}