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