{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}Showing first #visible# of #count# notifications.{/i18n} {i18n}View All{/i18n}

{/if} {* clear all link *} {i18n}Clear all notifications{/i18n} {i18n}Clear all notifications{/i18n} {else}
{i18n}No items require your attention.{/i18n}
{/if}