{% extends "WallabagCoreBundle::layout.html.twig" %} {% block title "Unread" %} {% block content %} {% block pager %} {% if entries is not empty %}
{{ entries.count }} {% trans %}entries{% endtrans %}
{% endif %} {% endblock %}
{% if entries is empty %}

{% trans %}No articles found.{% endtrans %}

{% else %} {% endif %} {% endblock %}