{% extends 'risk/project_detail.html' %} {% block title %}Matrix{% endblock title %} {% block extra_css %} {% endblock extra_css %} {% block projekt-div %}
| {% for impact in impacts %} | {{ impact }} | {% endfor %} {% for label, cols in matrix.items %}
|---|---|
| {{ label }} | {% for col in cols %}{% for risk in col %} {{ risk.name }} {% endfor %} | {% endfor %} {% endfor %}