{% extends "base.html" %} {% load url from future %} {% load i18n %} {% block headarea %} {% if user.is_staff and not LDAP_ENABLED %} {% else %} {% endif %} {% endblock %} {% block content %}

{% trans "Keepass Import" %}

{% blocktrans %}We recommend that you import your keepass data into a seperate group, then adjust the group on each password as required.{% endblocktrans %}

{% csrf_token %} {% for field in form %}
{{ field.errors }}
{{ field }}
{% endfor %}
{% endblock %}