{% extends 'layouts/base.html' %} {% load i18n %} {% load static %} {% block content %} {% include 'header.html' %}

{% translate 'KAT introduction' %}

{% translate 'DNS Report' %}

{% blocktranslate trimmed %} These are the findings of a KAT-analysis ({{ observed_at }}). Click a finding for more detailed information about the issue, its origin, severity and possible solutions. {% endblocktranslate %}

{% include "partials/ooi_report_severity_totals.html" %} {% include "partials/ooi_report_findings_block.html" %}

{% translate 'DNS Tree' %}

{% include "partials/elements/ooi_tree_condensed_table.html" with list=tree %}
{% endblock content %} {% block html_at_end_body %} {{ block.super }} {% endblock %}