We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcc22da commit c9dd9efCopy full SHA for c9dd9ef
1 file changed
ietf/templates/doc/search/search_results.html
@@ -58,7 +58,7 @@
58
{% else %}
59
<th colspan="{{ meta.headers|length|add:"-1" }}">
60
{% endif %}
61
- {{ doc_group.grouper|plural:doc_group.list }}
+ {{ doc_group.grouper|plural:doc_group.list }} ({{doc_group.list|length}} {{"hit"|plural:doc_group.list}})
62
</th>
63
</tr>
64
</tbody>
0 commit comments