diff --git a/templates/list_articles.html b/templates/list_articles.html
index c03b9e2..e5e720e 100644
--- a/templates/list_articles.html
+++ b/templates/list_articles.html
@@ -16,10 +16,10 @@
Créé le : {{ article.time }}
- {% if article.last_updated == "private" %}
+ {% if article.last_updated %}
Modifié le : {{ article.last_updated }}
{% endif %}
-
+
{% if article.status == "private" %}
Status : privé
(L'article n'est pas publié dans le blog général)
@@ -34,10 +34,10 @@
(L'article est publié dans le blog général)
{% endif %}
+
-
{% endfor %}