mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-30 03:24:55 +00:00
Show total count of found snippets on snippet listing as well
This commit is contained in:
parent
7f7252bf44
commit
2242244c4b
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
{% if items %}
|
||||
{% if is_searching %}
|
||||
<h2>
|
||||
{% blocktrans count counter=items|length %}
|
||||
{% blocktrans count counter=items.paginator.count %}
|
||||
There is one match
|
||||
{% plural %}
|
||||
There are {{ counter }} matches
|
||||
|
|
|
|||
Loading…
Reference in a new issue