]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/notifications.tpl
Merge pull request #7812 from tobiasd/20191103-tarpid
[friendica.git] / view / templates / notifications.tpl
index 4048cfa46b2088b35782784c3860ad8c55510385..9438db682c40b1cd4337c7ceacdc72d89d3a9a36 100644 (file)
@@ -11,7 +11,7 @@
        {{* The notifications *}}
        {{if $notif_content}}
        {{foreach $notif_content as $notification}}
-               {{$notification}}
+               {{$notification nofilter}}
        {{/foreach}}
        {{/if}}
 
@@ -19,4 +19,7 @@
        {{if $notif_nocontent}}
                <div class="notif_nocontent">{{$notif_nocontent}}</div>
        {{/if}}
+
+       {{* The pager *}}
+       {{$notif_paginate nofilter}}
 </div>