{% load analyses_tags %}
{% for sign in analysis.report.signatures %} {% include "analyses/report/_signatures_table.html" %} {% endfor %}
{% for sign in analysis.report.signatures %} {% if sign.severity == 3 %} {% include "analyses/report/_signatures_table.html" with segment=3 %} {% endif %} {% endfor %}
{% for sign in analysis.report.signatures %} {% if sign.severity == 2 %} {% include "analyses/report/_signatures_table.html" with segment=2 %} {% endif %} {% endfor %}
{% for sign in analysis.report.signatures %} {% if sign.severity == 1 %} {% include "analyses/report/_signatures_table.html" with segment=1 %} {% endif %} {% endfor %}