2014-09-05 22:14:25 +00:00
|
|
|
|
2013-04-23 11:47:57 +00:00
|
|
|
|
|
|
|
<h1>{{$notif_header}}</h1>
|
|
|
|
|
2016-02-07 13:29:07 +00:00
|
|
|
{{if $tabs }}{{include file="common_tabs.tpl"}}{{/if}}
|
2013-04-23 11:47:57 +00:00
|
|
|
|
|
|
|
<div class="notif-network-wrapper">
|
2016-07-27 17:53:22 +00:00
|
|
|
{{* The "show ignored" link *}}
|
2016-08-01 16:18:11 +00:00
|
|
|
{{if $notif_show_lnk}}<a href="{{$notif_show_lnk.href}}" id="notifications-show-hide-link">{{$notif_show_lnk.text}}</a>{{/if}}
|
2016-07-27 17:53:22 +00:00
|
|
|
|
|
|
|
{{* The notifications *}}
|
|
|
|
{{if $notif_content}}
|
|
|
|
{{foreach $notif_content as $notification}}
|
2018-12-14 03:35:51 +00:00
|
|
|
{{$notification nofilter}}
|
2016-07-27 17:53:22 +00:00
|
|
|
{{/foreach}}
|
|
|
|
{{/if}}
|
|
|
|
|
|
|
|
{{* If no notifications messages available *}}
|
|
|
|
{{if $notif_nocontent}}
|
|
|
|
<div class="notif_nocontent">{{$notif_nocontent}}</div>
|
|
|
|
{{/if}}
|
2016-08-01 21:04:41 +00:00
|
|
|
|
|
|
|
{{* The pager *}}
|
2018-12-14 03:35:51 +00:00
|
|
|
{{$notif_paginate nofilter}}
|
2013-04-23 11:47:57 +00:00
|
|
|
</div>
|