{% extends "base.html" %} {% block title %}Reports - QuantVAT{% endblock %} {% block description %}Hey fellow trader / analyst, welcome to QuantVAT analysis reports page. View and download your cross-market reports.{% endblock %} {% block og_title %}Reports - QuantVAT{% endblock %} {% block og_description %}Hey fellow trader / analyst, welcome to QuantVAT analysis reports page. View and download your cross-market reports.{% endblock %} {% block keywords %}register, secure access, crypto dashboard, quantvat, trading tools{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}

📄 Analysis Reports

{% if report_files %} {% for f in report_files %}
{{ f }}
{% endfor %} {% else %}

No reports found yet

{% endif %}
{% endblock %}