{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load tz %} {% load render_table from django_tables2 %} {% block content %}
Name | {{ object.name }} |
---|---|
Description | {{ object.description }} |
Threat Type | {{ object.threat_type }} |
Capability | {{ object.capability }} |
Intent | {{ object.intent }} |
Target | {{ object.targeting }} |