{% if file_count is defined and file_count is not none %}
Found {{ file_count }} files in {{ total_time }}
{% else %}
{% if cached %}
{% endif %}
{{ verb }} {{ matches }} matches in {{ docs }} {{ noun }}.{% if cached %} (Retrieved from cache){% endif %}{% if total_time is defined and total_time is not none %} Total: {{ total_time }}{% endif %}{% if rg_time %} (RG: {{ rg_time }}){% endif %}
{% endif %}