{% extends "base.html" %} {% load static %} {% block title %}{% if object %}Edit{% else %}New{% endif %} Risk Assessment{% endblock %} {% block content %}

{% if object %}Edit{% else %}New{% endif %} Risk Assessment

Back to List
{% csrf_token %}

Basic Information

Provide a clear, descriptive title that identifies the risk being assessed.
Leave blank for auto-generation.
When should this assessment be reviewed again?
Provide a comprehensive description of the risk, including what could go wrong and why.

Risk Factors

No risk factors added yet. Click "Add Factor" to begin.

Mitigation Strategies

List current controls, procedures, and measures in place to mitigate this risk.
Outline steps to implement new or improved risk mitigation measures.
How will you monitor the effectiveness of mitigation strategies?

Additional Information

Risk Matrix
{% for i in "54321" %} {% for j in "12345" %} {% endfor %} {% endfor %}
Likelihood
Impact 1 2 3 4 5
{{ i }} {{ i|mul:j }}
Click on a cell to set the overall risk level.
Risk Score Summary
Calculated from risk factors or matrix selection.
Risk Level Guidelines
  • 1-4: Very Low - Minimal impact
  • 5-9: Low - Minor impact
  • 10-14: Medium - Moderate impact
  • 15-19: High - Significant impact
  • 20-25: Very High - Severe impact
Assessment Status
Quick Actions
Cancel
{% endblock %}