diff --git a/templates/web/common/dialog_export.html.twig b/templates/web/common/dialog_export.html.twig index 386deda247..d7862af917 100644 --- a/templates/web/common/dialog_export.html.twig +++ b/templates/web/common/dialog_export.html.twig @@ -179,18 +179,20 @@ {{ 'export::mail: destinataire' | trans }} {% set my_email = app.getAuthenticatedUser().getEmail() %} - {% if my_email != '' %} - - {% else %} - - {% endif %} - {{ 'Entrez plusieurs adresses email en les separant par des points-virgules' | trans }} +
+ {% if my_email != '' %} + + {% else %} + + {% endif %} + {{ 'Entrez plusieurs adresses email en les separant par des points-virgules' | trans }} +

{{ 'export::mail: contenu du mail' | trans }}

@@ -234,7 +236,7 @@ {{ _self.choose_title('sendmail', choose_export_title, default_export_title) }} {% if app['conf'].get(['registry', 'actions', 'tou-validation-required-for-export']) == true %} -
+
{% if app['conf'].get(['registry', 'actions', 'tou-validation-required-for-export']) == true %} -