X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=templates%2Fchangelog.html;h=ed47f99ffb44f46012a7ced066cb87e3d69a2347;hb=93921ad171ad71f56f038102978abc1ed0c97d5c;hp=7ba96cd7a53767ae5357ba55f5dcc1c2609e9885;hpb=be2bf5155489b103e616845ffedb1a58c3808c48;p=perso%2FDenise%2Foms.git diff --git a/templates/changelog.html b/templates/changelog.html index 7ba96cd..ed47f99 100644 --- a/templates/changelog.html +++ b/templates/changelog.html @@ -1,17 +1,28 @@ {% extends "base.html" %} {% block contenu %} +

Suivi des versions

{% for ligne in table %} -
-

{{ ligne[0] }}

-
Le {{ ligne[1] }}
+
+

{{ ligne[0] }}

+
Le {{ ligne[1] }}
-
-{{ ligne[2]|safe }} -
+
+ {{ ligne[2]|safe }} +
+ +
+ {% if loop.index == nblignes and table | length > nblignes %} +
+

Afficher le log des versions plus anciennes.

+
+ {% endif %} + {% endfor %} - +{% if table |length > nblignes %} +
+{% endif %}