{% 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 'Setup scan' %}

{% translate 'Creating an object' %}

{% blocktranslate trimmed %} Create your first object, a URL by filling out the form below. {% endblocktranslate %}

{% blocktranslate trimmed %} Additional details and examples can be found by pressing on the help button next to the input field. {% endblocktranslate %}

{% translate 'Dependencies' %}

{% blocktranslate trimmed %} Most objects have dependencies on the existence of other objects. For example a URL needs to be connected to a network, hostname, fqdn (fully qualified domain name) and ip-address. KAT collects these additional object automatically when possible. By running plugins to collect or extract this data. {% endblocktranslate %}

{% blocktranslate trimmed %} The additional objects that KAT created will be added to your object list as separate objects. If KAT can’t add them automatically it will guide you through the process of creating them manually. {% endblocktranslate %}

{% csrf_token %} {% translate type as fieldset_legend %} {% include 'partials/form/fieldset.html' with legend=fieldset_legend fields=form %}

{% translate 'Skip onboarding' %}

{% endblock content %}