]> git.mxchange.org Git - friendica.git/blob - view/templates/notifications.tpl
wrapping up 2019.12
[friendica.git] / view / templates / notifications.tpl
1
2
3 <h1>{{$notif_header}}</h1>
4
5 {{if $tabs }}{{include file="common_tabs.tpl"}}{{/if}}
6
7 <div class="notif-network-wrapper">
8         {{* The "show ignored" link *}}
9         {{if $notif_show_lnk}}<a href="{{$notif_show_lnk.href}}" id="notifications-show-hide-link">{{$notif_show_lnk.text}}</a>{{/if}}
10
11         {{* The notifications *}}
12         {{if $notif_content}}
13         {{foreach $notif_content as $notification}}
14                 {{$notification nofilter}}
15         {{/foreach}}
16         {{/if}}
17
18         {{* If no notifications messages available *}}
19         {{if $notif_nocontent}}
20                 <div class="notif_nocontent">{{$notif_nocontent}}</div>
21         {{/if}}
22
23         {{* The pager *}}
24         {{$notif_paginate nofilter}}
25 </div>