{% if data['data']['results'] %} {% for file in data['data']['results'] %}
{% include 'components/cardLog.html' %}
{% endfor %} {% else %}
No results found
{% endif %}