{% extends 'core/base.html' %} {% block title %}{{ title }} - {{ org.name }} | Killian{% endblock %} {% block content %}

{{ title }}

{{ subtitle }}

Back
{% csrf_token %} {% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}

Active Directory

{{ form.ad_full_name }} {{ form.ad_full_name.errors }} {% if form.ad_full_name.help_text %}{{ form.ad_full_name.help_text }}{% endif %}
{{ form.ad_short_name }} {{ form.ad_short_name.errors }} {% if form.ad_short_name.help_text %}{{ form.ad_short_name.help_text }}{% endif %}
{{ form.ad_servers }} {{ form.ad_servers.errors }} {% if form.ad_servers.help_text %}{{ form.ad_servers.help_text }}{% endif %}

DNS / DHCP

{{ form.dns_servers }} {{ form.dns_servers.errors }} {% if form.dns_servers.help_text %}{{ form.dns_servers.help_text }}{% endif %}
{{ form.ad_level }} {{ form.ad_level.errors }} {% if form.ad_level.help_text %}{{ form.ad_level.help_text }}{% endif %}

Advanced

{{ form.primary_domain_controller }} {{ form.primary_domain_controller.errors }}
{{ form.schema_master }} {{ form.schema_master.errors }}
{{ form.global_catalog_servers }} {{ form.global_catalog_servers.errors }}
{{ form.domain_admins }} {{ form.domain_admins.errors }} {% if form.domain_admins.help_text %}{{ form.domain_admins.help_text }}{% endif %}
{{ form.ou_naming_conventions }} {{ form.ou_naming_conventions.errors }} {% if form.ou_naming_conventions.help_text %}{{ form.ou_naming_conventions.help_text }}{% endif %}
{{ form.read_only_domain_controllers }} {{ form.read_only_domain_controllers.errors }}
Cancel
{% endblock %}