- segment_type: "h1" content: "{{ document.organization.name }} - Risk Report " - segment_type: "p" content: "Created at: {{ document.created_at|date:'Y-m-d' }}" - segment_type: "h2" content: "Top 10 Risk Identified" - segment_type: "table" content: |
| Risk ID | Risk Name | Inherent Impact | Interent Liklihood | Inherent Risk Score | Description of Risk |
|---|---|---|---|---|---|
| {{ item.risk.id }} | {{ item.risk.name }} | {{ item.impact|floatformat:0 }} | {{ item.likelihood|floatformat:0 }} | {{ item.risk_score }} | - |