X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fbaggy%2FTag%2Ftags.html.twig;h=1e2c6b425caae0296ad7500ecfeaddeed8ccf55a;hb=8f3ff39ca364a28163fb9ced0eb3291e0c1caeaf;hp=c2a461b83d7f0c4f03a48e7e1a20377d907ad901;hpb=b004a236ba0cc96bf530801a55cdddf9ec809d13;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..1e2c6b42 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,19 @@ {% 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|length) }}
+
+ + + +
+ {{ 'tag.list.see_untagged_entries'|trans }} +
{% endblock %}