{% extends "WallabagCoreBundle::base.html.twig" %} {% block css %} {{ parent() }} {% if not app.debug %} {% endif %} {% endblock %} {% block scripts %} {{ parent() }} {% endblock %} {% block header %} {% endblock %} {% block messages %} {% for flashMessage in app.session.flashbag.get('notice') %} {% endfor %} {% endblock %} {% block menu %} {% endblock %} {% block content %}
{% if app.user.notifications is not empty %}
done_all {{ 'notifications.list.mark_all_as_read' | trans }} {{ 'notifications.sidebar.view_more' | trans }} {% else %}
{{ 'notifications.list.none' | trans }}
{% endif %}
{% endblock %} {% block footer %} {% endblock %}