diff --git a/templates/components/attachments.macro.html.twig b/templates/components/attachments.macro.html.twig
index 65b1b82a..96482d75 100644
--- a/templates/components/attachments.macro.html.twig
+++ b/templates/components/attachments.macro.html.twig
@@ -7,20 +7,22 @@
{% for attachment in form %}
- {{ form_widget(attachment) }}
+ {{ form_widget(attachment) }}
{% endfor %}
-
+
+
-
+
+
{% endmacro %}