X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=themes%2Fbaggy%2Fhome.twig;h=e788b588f88c2ac681fba1b84c4c3286ef6201df;hb=200c758ff411c013391d4c84bce24e0df9cfbac1;hp=8df5ce1ca0dda82800ab9b4e145679fa49589670;hpb=60c3a4d3e17c991fccfea414b24ebf6e7649c90e;p=github%2Fwallabag%2Fwallabag.git diff --git a/themes/baggy/home.twig b/themes/baggy/home.twig index 8df5ce1c..e788b588 100755 --- a/themes/baggy/home.twig +++ b/themes/baggy/home.twig @@ -56,8 +56,14 @@ {% endfor %} + {{ block('pager') }} {% if view == 'home' %}{% if nb_results > 1 %}{{ "Mark all the entries as read" }}{% endif %}{% endif %} + {% if search_term is defined %}{% trans %} Apply the tag {{ search_term }} to this search {% endtrans %}{% endif %} + + {% if tag %}{% trans "Download the articles from this tag in an epub" %} + {% elseif search_term is defined %}{% trans "Download the articles from this search in an epub" %} + {% else %}{% trans "Download the articles from this category in an epub" %}{% endif %} + {% endif %} - {{ block('pager') }} {% endblock %}