diff --git a/templates/blog/category_admin/index.html.twig b/templates/blog/category_admin/index.html.twig index 85c7f85..fc8b6d0 100644 --- a/templates/blog/category_admin/index.html.twig +++ b/templates/blog/category_admin/index.html.twig @@ -1 +1,47 @@ {% extends 'admin/layout.html.twig' %} + +{% block body %} +
+
+
+

Catégories

+
+ +
+ +
+
+
+ + + + + + + + + + + {% for item in range(1, 4) %} + + + + + + {% endfor %} + +
TitreArticlesActions
+ Titre de la catégories
+
+ + 5 articles + + + + +
+{% endblock %} diff --git a/templates/blog/post_admin/index.html.twig b/templates/blog/post_admin/index.html.twig index 6eeba35..10f369e 100644 --- a/templates/blog/post_admin/index.html.twig +++ b/templates/blog/post_admin/index.html.twig @@ -27,39 +27,44 @@ - -
- - - - - + + + + {% for item in range(1, 20) %} - - - {% endfor %}
TitreAuteurCatégorieStatut TitreMise à jourStatutActions
- Titre de l'article {{ item }}
+
+ + + Titre de l'article {{ item }}
+ Dans Nom de la catégorie par Mark
- Mark + + + 27/03/2021 09:10 + - Nom de la catégorie - - En ligne + + - - - + +