{% extends "base-report.html" %} {% block content %}
{% include "sections/info.html" %} {% include "sections/errors.html" %} {% include "sections/file.html" %} {% include "sections/signatures.html" %} {% include "sections/_summary.html" %}
{% include "sections/behavior.html" %}
{% include "sections/dropped.html" %}
{% include "sections/payloads.html" %}
{% include "sections/procdump.html" %}
{% if debugger %} {% include "sections/debugger.html" %} {% endif %}
{% endblock %}