{% extends "base.html" %} {% block title %}Reports - {{ title }}{% endblock %} {% block content %}

Analysis Reports

{% if report_path %}
Report generated successfully

Report Preview

Full report available for download above.

{% else %}
No report available yet. Analysis may still be in progress.
Back to Session {% endif %}
{% endblock %}