{% load i18n core_extras %}
{% trans "Probability" %}
| {% with probability=risk_matrix.parse_json_translated.probability|index:row_index %} {{ probability.name }}: {{ probability.description|linebreaksbr }} {% endwith %} | {% if enriched_data %} {% for item in row %}{{ enriched_data|index:row_index|index:forloop.counter0|join:", " }} | {% endfor %} {% else %} {% for item in row %}{% endfor %} {% endif %} |
| {% for impact in risk_matrix.parse_json_translated.impact %} | {{ impact.name }}: {{ impact.description|linebreaksbr }} | {% endfor %}