X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FTag%2Ftags.html.twig;h=c83543acaaf4e38d7a72556be1cf28572b0810ac;hb=d99a7c22065c02858dfdc385d6ee1edce0c70347;hp=9f92c1789ac549861f278faa341a6a80c604e0ae;hpb=b71ebd9af90458a4631e987676e3ee3d84c16f9e;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Tag/tags.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Tag/tags.html.twig index 9f92c178..c83543ac 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Tag/tags.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Tag/tags.html.twig @@ -1,15 +1,25 @@ {% extends "WallabagCoreBundle::layout.html.twig" %} -{% block title "Tags" %} +{% block title %}{{ 'tag.page_title'|trans }}{% endblock %} {% block content %}
-
{% transchoice tags.count %}{0} There is no tag.|{1} There is one tag.|]1,Inf[ There are %count% tags.{% endtranschoice %}
+
{{ 'tag.list.number_on_the_page'|transchoice(tags|length) }}
+
- + +
+ +
+ +
+ {{ 'tag.list.see_untagged_entries'|trans }} +
{% endblock %}