Report Files
{% with messages = get_flashed_messages() %} {% if messages %} {% for msg in messages %}
{{ msg }}
{% endfor %} {% endif %} {% endwith %} {% if reports %}
{% for report in reports %}
{{ report.name }}
{{ report.date }}
{% endfor %}
{% else %}

No reports saved in Files yet.

{% endif %}