-
Hello {{ controller_name }}! ✅
-
- This friendly message is coming from:
-
- - Your controller at
E:/BTS/PhpStorm/HegreEtConfort/src/Controller/FaultController.php
- - Your template at
E:/BTS/PhpStorm/HegreEtConfort/templates/fault/index.html.twig
-
-
-{% endblock %}
diff --git a/templates/fault/list.html.twig b/templates/fault/list.html.twig
new file mode 100644
index 0000000..1a84c39
--- /dev/null
+++ b/templates/fault/list.html.twig
@@ -0,0 +1,9 @@
+{% extends 'base.html.twig' %}
+
+{% block title %}Hello UserController!{% endblock %}
+
+{% block body %}
+ {% for user in users %}
+ {{ fault.Wording }}
+ {% endfor %}
+{% endblock %}
\ No newline at end of file
diff --git a/templates/stock/add.html.twig b/templates/stock/add.html.twig
new file mode 100644
index 0000000..0f684e5
--- /dev/null
+++ b/templates/stock/add.html.twig
@@ -0,0 +1,10 @@
+{% extends 'base.html.twig' %}
+
+{% block title %}Ajouter un utilisateur{% endblock %}
+
+{% block body %}
+