{% extends 'generic/_base.html' %} {% load i18n form_helpers %} {% block title %}{{ title }}{% endblock %} {% block content %} {% if ldap_file_active %} {% endif %} {% if env_overrides.bind_password %} {% endif %}
{% csrf_token %}
{% include 'htmx/form.html' %}
{% trans "Test connection" %}

{% trans "Tests use the values currently in this form. You do not need to save first. If you use ldaps://, leave “Use STARTTLS” off —> STARTTLS is only for plain ldap:// connections." %}

{% render_form test_form %}

      
{% trans "Cancel" %}
{% endblock %}