{% extends "WallabagCoreBundle::layout.html.twig" %} {% block title %}{{ 'notifications.list.page_title' | trans }}{% endblock %} {% block content %} {{ parent() }}
{% if app.user.notifications is not empty %} {% else %} {{ 'notifications.list.none' | trans }} {% endif %} {% if notifications.getNbPages > 1 %} {{ pagerfanta(notifications, 'twitter_bootstrap_translated', {'proximity': 1}) }} {% endif %}
{% endblock %}