{% load i18n wagtailadmin_tags %}
{% if newsitem_results %}
{% if single_result_type %}
{% blocktrans count counter=newsitem_results.0.2.count %}
There is one matching news item
{% plural %}
There are {{ counter }} matching news items
{% endblocktrans %}
{% else %}
News search results
{% endif %}
{% search_other %}
{% for name, newsitem_perms, newsitem_list in newsitem_results %}
{% if not single_newsitem_model %}