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

{% translate 'KAT setup' %}

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

{% translate 'Organization setup' %}

{% translate 'Organization' %}

{% blocktranslate trimmed %} Please enter the following organization details. These details can be edited within the organization page within KAT when necesarry. {% endblocktranslate %}

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

{% translate 'If everything is correct, you can continue to account setup.' %}

{% translate 'Continue to account setup' %}
{% endblock content %}