progress_activity
{% trans "Loading more 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 %}