{% load i18n unfold %} {% if results %} {% else %} {% endif %}
{% 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 %}