{% load i18n %} {% if results %} {% else %} {% endif %}
{% blocktranslate count counter=results|length with time=execution_time|floatformat:2 %} Found {{ counter }} result in {{ time }} seconds {% plural %} Found {{ counter }} results in {{ time }} seconds {% endblocktranslate %}