{if !empty($notifications)} {foreach $notifications as $n}
{$_info = $n.app} {* Version *} {if !empty($_info.version)} {$_version = "?v=`$_info.version|escape`"} {else} {$_version = null} {/if} {$_info.name|escape} {waDateTime::format('humandatetime', $n.datetime)}
{$n.text}
{if $n.app_id !== 'installer'} [s`Mark as read`] {/if}
{/foreach} {else}
[s`No new notifications.`]
{/if}