{i18n}Items that require your attention{/i18n}

{if (!empty($notifications))}
{foreach item=oNotification from=$notifications} {$oNotification->render()} {/foreach}
{if ($notification_count > $visible_count)} {* pagination standin *}

{i18n arg_count=$notification_count arg_visible=$visible_count}These are the most recent #visible# notifications. You have a total of #count# notifications waiting.{/i18n}

{/if} {* clear all link *} {i18n}Clear all notifications{/i18n} {i18n}Clear all notifications{/i18n} {else}

{i18n}No items require your attention.{/i18n}

{/if}