{% extends 'mitrecore/detail.html' %} {% load mitreattack_tags %} {% block content_details %}
Aliases: {{ object.aliases|join:", " }}
First Seen: {{ object.first_seen|date:'M d, Y' }} {{ object.first_seen_citation }}
Last Seen: {{ object.last_seen|date:'M d, Y' }} {{ object.last_seen_citation }}
{% endblock %} {% block content_model_references %} {# If it's been revoked, place the refence it's revoking information at the top of the listing. #} {% display_mitre_source_references_by_type 'revoked-by' title='Obsoleted By' %} {% display_mitre_source_references_by_type 'attributed-to' title='Attributed To' %} {% display_mitre_source_references_by_type 'uses' title='Uses' %} {% endblock %}