{{ 'mautic.core.navigate'|trans }}
{{ 'mautic.core.or'|trans }}
tab
{{ 'mautic.core.close'|trans }}
esc
{% 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 %}
{% for k, r in result %}
{% if 'count' is not same as k %}
-
{{ r|raw }}
{% endif %}
{% endfor %}
{%- 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 %}