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

Thank you.

We will send the document to {{ email }} when it is ready.

Top 10 Identified Risks

{% for risk in top_risks %} {% endfor %}
Risk ID Risk Name Category Primary Impact Secondary Impact Tertiary Impact Detection Difficulty Recovery Complexity Business Impact Severity
{{ risk.risk_id }} {{ risk.risk_name }} {{ risk.category }} {{ risk.primary_impact }} {{ risk.secondary_impact }} {{ risk.tretiary_impact }} {{ risk.detection_difficulty }} {{ risk.recovery_complexity }} {{ risk.businnes_impact_severity }}
{% endblock content %} {% block bottom %} {% endblock bottom %}