{% extends "WallabagCoreBundle::layout.html.twig" %} {% block title %} {% set currentRoute = app.request.attributes.get('_route') %} {% if currentRoute == 'starred' %} {% trans %}Starred{% endtrans %} {% elseif currentRoute == 'archive' %} {% trans %}Archive{% endtrans %} {% else %} {% trans %}Unread{% endtrans %} {% endif %} {% endblock %} {% block content %} {% block pager %} {% if entries is not empty %}
{{ entries.count }} {% trans %}entries{% endtrans %}
{{ form_rest(form) }}
{% endif %} {% endblock %}
{% if entries is empty %}

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

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