{% if outcome.final %}
{% with outcome = outcome.final %}
{% include "partials/result_tabs.html" %}
{% endwith %}
{% endif %}
{% if outcome.final_security %}
{% with outcome = outcome.final_security %}
{% include "partials/security_result.html" %}
{% endwith %}
{% endif %}
{% if outcome.final_registry %}
{% with outcome = outcome.final_registry %}
{% include "partials/registry_result.html" %}
{% endwith %}
{% endif %}
{% if outcome.final_threads %}
{% with outcome = outcome.final_threads %}
{% include "partials/threads_result.html" %}
{% endwith %}
{% endif %}