{% if query and results | length == 0 %}
No paths found in the bounded repository scan.
{% elif results | length > 0 %}
{% for result in results %} {{ result.path }} {{ result.kind }} {% endfor %}
{% endif %}