2014-09-06 00:14:25 +02:00
|
|
|
|
2013-04-23 13:47:57 +02:00
|
|
|
|
2020-01-24 18:56:34 +01:00
|
|
|
<h1>{{$header}}</h1>
|
2013-04-23 13:47:57 +02:00
|
|
|
|
2016-02-07 14:29:07 +01:00
|
|
|
{{if $tabs }}{{include file="common_tabs.tpl"}}{{/if}}
|
2013-04-23 13:47:57 +02:00
|
|
|
|
|
|
|
<div class="notif-network-wrapper">
|
2016-07-27 19:53:22 +02:00
|
|
|
{{* The "show ignored" link *}}
|
2020-01-24 18:56:34 +01:00
|
|
|
{{if $showLink}}<a href="{{$showLink.href}}" id="notifications-show-hide-link">{{$showLink.text}}</a>{{/if}}
|
2016-07-27 19:53:22 +02:00
|
|
|
|
|
|
|
{{* The notifications *}}
|
2020-01-24 18:56:34 +01:00
|
|
|
{{if $notifications}}
|
|
|
|
{{foreach $notifications as $notification}}
|
2018-12-14 04:35:51 +01:00
|
|
|
{{$notification nofilter}}
|
2016-07-27 19:53:22 +02:00
|
|
|
{{/foreach}}
|
|
|
|
{{/if}}
|
|
|
|
|
|
|
|
{{* If no notifications messages available *}}
|
2020-01-24 18:56:34 +01:00
|
|
|
{{if $noContent}}
|
|
|
|
<div class="notification_nocontent">{{$noContent}}</div>
|
2016-07-27 19:53:22 +02:00
|
|
|
{{/if}}
|
2016-08-01 23:04:41 +02:00
|
|
|
|
|
|
|
{{* The pager *}}
|
2020-01-24 18:56:34 +01:00
|
|
|
{{$paginate nofilter}}
|
2013-04-23 13:47:57 +02:00
|
|
|
</div>
|