{% extends "index.html" %} {% block content %}
{# FORM #}
Upload navigator layer, choose predfined bundle or specify techniques manually.
{% if sim %}

{{bundle}}

{% if sim.objective %} The following objectives where reached: {{sim.objectives.sorted()}} {% endif %} {% if end_condition in sim.provided %}
SUCCESS: Attack chain exited with end condition {{end_condition}}
{% else %}
FAIL: incomplete attack chain, could not achieve end condition: {{end_condition}}
{% endif %}
{{table}}
{% if removed %} Removed nop techniques: {{removed}} {% endif %}

[*] Technique does not provide any new promises

{% endif %}
{% endblock content %}