{% extends 'mitrecore/detail.html' %} {% load mitreattack_tags %} {% block content_model_references %}

Tactics

{% for tactic in view.get_ordered_tactics %} {% endfor %} {% for tactic in view.get_ordered_tactics %} {% list_techniques_for_tactic tactic %} {% endfor %}
{{ tactic.name }}
{% endblock %}