{{if !$sys_only}}
{{$no_notifications}}
.
.
.
{2}
{4}
{2}
{10}
{{foreach $notifications as $notification}}
{{$notification.label}}
{{if $notification.viewall}}
{{$notification.viewall.label}}
{{/if}} {{if $notification.markall}}
{{$notification.markall.label}}
{{/if}} {{if $notification.filter}} {{if $notification.filter.posts_label}}
{{$notification.filter.posts_label}}
{{/if}} {{if $notification.filter.name_label}}
{{/if}} {{/if}}
{{$loading}}
.
.
.
{{/foreach}}
{{/if}}