{% if alerts %}
{% for alert in alerts[page.currentPage] %}
{% if 'FONT:' in alert.alert_img %}
{% else %} Notification {% endif %}
{{ alert.alert_title }}
{{ alert.alert_text }}
{{ alert.alert_timestamp|date(sakura.dateFormat) }}
{% endfor %}
{% if alerts|length > 1 %}
{% endif %} {% else %}

You don't have any notifications in your history!

{% endif %}