{% extends "base.html" %} {% load i18n risk_extras %} {% block crumbs %}
{% trans "No." %} | C | I | A | {% trans "Risk" %} | {% trans "Asset" %} | {% trans "Category" %} | {% trans "Process" %} | {% trans "Status" %} | {% trans "Created" %} | {% trans "by" %} | {% trans "Changed" %} | {% trans "by" %} |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ r.id }} | {% if "1" in r.cia %} {% endif %} | {% if "2" in r.cia %} {% endif %} | {% if "3" in r.cia %} {% endif %} | {{ r.title }} | {{ r.asset }} | {{ r.category }} | {{ r.process }} | {{ r.get_status_display }} | {{ r.created_at|date:"d.m.Y H:i" }} | {{ r.owner|user_display }} | {{ r.updated_at|date:"d.m.Y H:i" }} | {{ r.owner|user_display }} |
{% trans "No data" %} |