{% load desc_types %} {% load i18n %} {% if new_version %} {% for row in scan_report %}
{{ row.domain }} {{ row.dcount }}
{% for type in row.types %}
{{ type.type }} {{ type.count }} {% if type.add_today %} (+{{ type.add_today }}) {% endif %}
{% endfor %}
{% endfor %} {% else %} {% include 'main/scanner_table.html' %} {% endif %}