{{ threat['id'] if threat is defined and threat['id'] is defined }} |
{{ threat['priority'] if threat is defined and threat['priority'] is defined }} |
{{ threat['name'] }} |
{{ threat['countermeasures_names']|join(', ') if threat is defined and threat['countermeasures'] is defined }} |
{{ threat['affected_employees']|join(', ') if threat is defined and threat['affected_employees'] is defined }} |
{{ threat['awarenessmeasures_names']|join(', ') if threat is defined and threat['awarenessmeasures_names'] is defined }} |
{{ threat['awarenessmeasures_legal_descriptions']|join(', ') if threat is defined and threat['awarenessmeasures_legal_descriptions'] is defined }} |
{% endfor %}