{% extends "routes/files/[folder]/layout.j2.html" %} {% from "components/files/file_entry.j2.html" import file_entry with context %} {% block content %} {% if 'files' in node %} {% if node.files.logs | length > 0 %}

Logs

{% endif %} {% if node.files.traces | length > 0 %}

Traces

{% endif %} {% if node.files.reports | length > 0 %}

Reports

{% endif %} {% endif %} {% endblock %}