{% extends "base.html" %} {% block content %}

Export

{{ scan_id }}

Reports

{% if formats %} {% else %}

No reports are available yet for this scan.

{% endif %}

Need a PDF? Regenerate one from the CLI: agent-guardian report {{ scan_id }} --output pdf --output-path report.pdf (requires a PDF engine such as WeasyPrint or reportlab).

{% endblock %}