{% extends 'base.html' %} {% block header %}
Priorität | Name | Beschreibung | tech./org. Gegenmaßnahmen | Betroffene Mitarbeiter | Awarenessmaßnahmen | Details | Bearbeiten | Löschen | |
---|---|---|---|---|---|---|---|---|---|
{{ threat['priority'] if threat['priority'] is defined and threat['priority'] is not none else '' }} | {{ threat['name'] }} | {% if threat['description']|length > 50 %}{{ threat['description'][:50] + " ..." }} | {% else %}{{ threat['description'] }} | {% endif %}{{ threat['countermeasure_names']|join(', ') }} Zuordnen |
{{ threat['employee_names']|join(', ') }} Zuordnen |
{{ threat['awarenessmeasure_names']|join(', ') }} Zuordnen |