{config_load file="$language.conf" section="notifications"} {foreach from=$notifications item=notification name=notif} {**}
{$notification.date_added}
{$notification.title}
{$notification.notification_summary}
{if $notification.link_type == 'E'}
{/if} {if !$smarty.foreach.notif.last}
{/if}
{if $smarty.foreach.notif.last && $more_open > 0}
+ {$more_open} {if $more_open > 1} {#more_open_notifications#} {else} {#more_open_notification#} {/if}
{/if} {foreachelse} {#no_message#} {/foreach}