{% extends "freeadmin/generic_model_edit.html" %} {% load freeadmin %} {% block post_form %} {% if not instance.ldap_has_samba_schema and instance.ldap_enable %}

    Notice: samba extensions not detected. CIFS authentication to LDAP disabled.
    
{% endif %} {{ block.super }} {% endblock %} {% block buttons_extra %} {{ block.super }} {% endblock %}