{% extends "main/index.html" %} {% load static %} {% load l10n %} {% load add_space %} {% load vhost_warp %} {% block attacks %}
{% if groups_attack %}
{% for row in table %} {% include 'main/attack_table_group.html' %} {% endfor %}
{% else %} {% for row in table %} {% include 'main/attack_table.html' %} {% endfor %}
{% endif %}
{% if st_exist %}
{% endif %} {% include 'mt/_check.html' %} {% include 'mt/_export.html' %} {% include 'mt/_confirmation.html' %} {% include 'mt/_detail.html' %} {% include 'mt/_edit_main.html' %} {% include 'mt/_custom_check.html' %} {% endblock %} {% block main_summary %} {% include 'main/main_summary.html' %} {% endblock %}