{% if results is not empty %} {%- for header, result in results %} {% if not loop.first %}
{% endif %}
{{ header }} {% if result.count is defined and result.count is not empty %} {{ result.count }} {% endif %}
{%- endfor %} {% else %}
{{ random([ 'mautic.core.search_everything.no_results.nothing_found', 'mautic.core.search_everything.no_results.nothing_yet', 'mautic.core.search_everything.no_results.no_results', 'mautic.core.search_everything.no_results.hang_tight' ]) | trans }}
{% endif %}