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=refs%2Fpull%2F2561%2Fhead;hp=19754d415d7818a9799ccd750af982e4a99d134a;hpb=06c190887fd38c314db8d240ab2e46f5777ed59e;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 19754d41..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 %}