X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FEntry%2Fentries.html.twig;h=b2e2e8d0d73f92efed5ff7c06fec9f13c97e99d1;hb=428af5a8c368f27ef7f1027a6bbd37b6f9cded60;hp=7777dc7fe746d03ea82a368d28ced8d9d6658220;hpb=c2257428b2188fc709c76ec8f531287888de9741;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig index 7777dc7f..b2e2e8d0 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig @@ -15,51 +15,82 @@ {% block content %} {% block pager %} - {% if entries is not empty %} -
-
{{ entries.count }} {% trans %}entries{% endtrans %}
-
{{ form_rest(form) }}
-
+
+
{% transchoice entries.count %}{0} There is no entry.|{1} There is one entry.|]1,Inf[ There are %count% entries.{% endtranschoice %}
+
- {% endif %} + {% endblock %} -
- {% if entries is empty %} -

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

- {% else %} - + + + +
+
+ +

{% trans %}Filters{% endtrans %}

+ +
+ +
+ +
+
+ {{ form_widget(form.readingTime.left_number, {'type': 'number'}) }} + +
+
+ {{ form_widget(form.readingTime.right_number, {'type': 'number'}) }} + +
+ +
+ +
+ + + +
+ +
+ +
+ +
+
{% endblock %}