diff --git a/app/Resources/views/productcategory/edit.html.twig b/app/Resources/views/productcategory/edit.html.twig
index 6c972876..050c31c2 100755
--- a/app/Resources/views/productcategory/edit.html.twig
+++ b/app/Resources/views/productcategory/edit.html.twig
@@ -3,19 +3,39 @@
{% block body %}
Productcategory edit
- {{ form_start(edit_form) }}
- {{ form_widget(edit_form) }}
-
- {{ form_end(edit_form) }}
+
+
+ {{ form_start(edit_form) }}
+ {{ form_widget(edit_form) }}
+
+ {{ form_end(edit_form) }}
+
+
+
+
+
{{ productCategory.products.length }}Produits associés
+
+
+
+
+
-
{% endblock %}