Added hit counts to the document search result page template.

- Legacy-Id: 14551
This commit is contained in:
Henrik Levkowetz 2018-01-23 18:04:46 +00:00
parent fcc22da623
commit c9dd9ef147

View file

@ -58,7 +58,7 @@
{% else %}
<th colspan="{{ meta.headers|length|add:"-1" }}">
{% endif %}
{{ doc_group.grouper|plural:doc_group.list }}
{{ doc_group.grouper|plural:doc_group.list }} ({{doc_group.list|length}} {{"hit"|plural:doc_group.list}})
</th>
</tr>
</tbody>