{{* The "show ignored" link *}}
	{{if $notif_show_lnk}}
{{$notif_show_lnk.text}}{{/if}}
	{{* The notifications *}}
	{{if $notif_content}}
	{{foreach $notif_content as $notification}}
		{{$notification}}
	{{/foreach}}
	{{/if}}
	{{* If no notifications messages available *}}
	{{if $notif_nocontent}}
		
{{$notif_nocontent}}
	{{/if}}
	{{* The pager *}}
	{{$notif_paginate}}