{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load tz %} {% load render_table from django_tables2 %} {% block content %}
Threat Event
Name {{ object.name }}
Description {{ object.description }}
Threat Type {{ object.threat_type }}
Capability {{ object.capability }}
Intent {{ object.intent }}
Target {{ object.targeting }}
{% include 'inc/panels/tags.html' %}
Notes
{{ object.notes | markdown }}
{% endblock %}