{% for notif in notifs[page.currentPage] %}
{% if 'FONT:' in notif.notif_img %}
{% else %} Notification {% endif %}
{{ notif.notif_title }}
{{ notif.notif_text }}
{{ notif.timestamp|date(sakura.dateFormat) }}
{% endfor %}
{% if notifs|length > 1 %}
{% endif %}