2014-09-05 18:14:25 -04:00
|
|
|
|
2013-04-23 07:47:57 -04:00
|
|
|
|
|
|
|
<h1>{{$notif_header}}</h1>
|
|
|
|
|
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 *}}
|
2016-08-01 12:18:11 -04: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 13:53:22 -04:00
|
|
|
|
|
|
|
{{* The notifications *}}
|
|
|
|
{{if $notif_content}}
|
|
|
|
{{foreach $notif_content as $notification}}
|
|
|
|
{{$notification}}
|
|
|
|
{{/foreach}}
|
|
|
|
{{/if}}
|
|
|
|
|
|
|
|
{{* If no notifications messages available *}}
|
|
|
|
{{if $notif_nocontent}}
|
|
|
|
<div class="notif_nocontent">{{$notif_nocontent}}</div>
|
|
|
|
{{/if}}
|
2016-08-01 17:04:41 -04:00
|
|
|
|
|
|
|
{{* The pager *}}
|
|
|
|
{{$notif_paginate}}
|
2013-04-23 07:47:57 -04:00
|
|
|
</div>
|