{% extends 'settings/notifications/master.twig' %} {% set mode = 'History' %} {% block description %}
The history of notifications that have been sent to you.
{% endblock %} {% set alerts = user.notifications(0, false)|batch(10) %} {% set paginationPages = alerts %} {% set paginationUrl %}{{ route('settings.notifications.history') }}{% endset %} {% block css %} {% endblock %} {% block settingsContent %} {% if alerts %}