{% include 'admin/core/form/save/header.html.twig' %}
{% include 'admin/include/alert.html.twig' with {"alert": 'info', "message": "Le mot de passe doit comporter au moins 8 caractères, contenir au moins un chiffre, une majuscule et une minuscule."|trans} only %}
{% include 'admin/core/form/edit-fields-base.html.twig' with {
'form': form,
'entity': entity,
'classname': interface.classname
} only %}
{% include 'admin/include/flashbag.html.twig' %}
{% include 'admin/core/form/save/footer.html.twig' %}