{% extends 'layouts/base.html' %} {% load i18n %} {% load static %} {% block content %} {% include 'header.html' with view_type="onboarding" %}

{% translate 'KAT introduction' %}

{% include 'partials/stepper.html' %}

{% translate 'Choose a report - Type' %}

{% blocktranslate trimmed %} Within KAT you can view reports for each of your current objects. For specific reports you can choose one of the available report types and generate a report. Such as a pen-test, a DNS-report or a mail report to give some examples. {% endblocktranslate %}

{% blocktranslate trimmed %} For this tutorial we suggest a DNS-report to get you started. {% endblocktranslate %}

{% blocktranslate trimmed %} When you start to generate this report. KAT will guide you through the necessary steps. {% endblocktranslate %}

{% endblock content %}