{% blocktrans with urlpath.path as path and cnt|pluralize:_("article,articles") as articles_plur and cnt|pluralize:_("is,are") as articles_plur_verb %}
{% blocktrans with urlpath.path as path and cnt|pluralize:_("article,articles") as articles_plur and cnt|pluralize:_("is,are") as articles_plur_verb %}
...
@@ -40,10 +43,6 @@
...
@@ -40,10 +43,6 @@
{% endwith %}
{% endwith %}
</p>
</p>
{% if filter_query %}
<p>{% trans "Filtering by" %} <strong>{{ filter_query }}</strong> (<ahref="{{ self_url }}">{% trans "clear" %}</a>).</p>