X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FTag%2Ftags.html.twig;h=21e88a9a2ecc244d90253734af4dc0213c924c16;hb=3620dae1e6b3fab5a4ba4001b4581ce7ed795996;hp=19754d415d7818a9799ccd750af982e4a99d134a;hpb=7a97c7d06fa96a4f2d8bb17817dc15b091698e80;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..21e88a9a 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,39 @@ {% 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 %}