{% trans "Nothing matched your search" as message %}
{% include "unfold/helpers/command_empty.html" with message=message %}
{% endif %}
{% if results %}
{% blocktranslate count counter=page_obj.count with time=execution_time|floatformat:2 %}
Found {{ counter }} result in {{ time }} seconds
{% plural %}
Found {{ counter }} results in {{ time }} seconds
{% endblocktranslate %}
{% endif %}