{% extends "base.html" %} {% set active_page = "reports" %} {% block title %}FaultRay - Reports{% endblock %} {% block page_title %}Reports{% endblock %} {% block page_subtitle %}Generated compliance and analysis reports{% endblock %} {% block top_actions %} {% endblock %} {% block content %}
| Date | Report | Type | Format | Action |
|---|---|---|---|---|
| {{ r.date }} | {{ r.name }} | {% if r.type == "compliance" %} Compliance {% elif r.type == "simulation" %} Simulation {% elif r.type == "security" %} Security {% else %} Cost {% endif %} | {{ r.format }} | Download |