X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fbaggy%2FTag%2Ftags.html.twig;h=dfc6175132e217440f9211d0d9b64871dc377e49;hb=0d42217e4e8210dd2cf86f35ba9662ca02c8a2dc;hp=c2a461b83d7f0c4f03a48e7e1a20377d907ad901;hpb=d2b4f01d7435e8a8f99b15a2487916427c04e58d;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Tag/tags.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Tag/tags.html.twig index c2a461b8..dfc61751 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Tag/tags.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Tag/tags.html.twig @@ -1,13 +1,15 @@ {% extends "WallabagCoreBundle::layout.html.twig" %} -{% block title "Tags" %} +{% block title %}{{ 'tag.page_title'|trans }}{% endblock %} {% block content %} - {% if tags is empty %} -

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

- {% else %} - {% for tag in tags %} - {{tag.label}} - {% endfor %} - {% endif %} +
+
{{ 'tag.list.number_on_the_page'|transchoice(tags.count) }}
+
+ + {% endblock %}