X-Git-Url: http://git.auf.org/?p=auf_rh_dae.git;a=blobdiff_plain;f=project%2Frh%2Ftemplates%2Frh%2Finclude%2Fcommentaires.html;h=08f10d5323efa9fecfc85cdaa86d9f8ae59da404;hp=ff4f986d35db3a779237aa5e329c6c81503b9de4;hb=ce740bb5d01b6ec128df2adc21854f742b4e0250;hpb=88202dc34adc72a6404f3aa15fa95a5565c13278 diff --git a/project/rh/templates/rh/include/commentaires.html b/project/rh/templates/rh/include/commentaires.html index ff4f986..08f10d5 100644 --- a/project/rh/templates/rh/include/commentaires.html +++ b/project/rh/templates/rh/include/commentaires.html @@ -1,26 +1,24 @@ -{% if commentaires|length > 0 %} -
- {% comment %} - Retirer de l'impression - {% endcomment %} - - - - - - - - - - {% for c in commentaires %} - - - - - - {% endfor %} - -
CommentaireAuteurDate
{{ c.texte }}{{ c.owner }}{{ c.date_creation|default:"" }}
-
+{% if commentaires %} +
+

Commentaires

+ + + + + + + + + + {% for c in commentaires %} + + + + + + {% endfor %} + +
CommentaireAuteurDate
{{ c.texte }}{{ c.owner }}{{ c.date_creation|default:"" }}
+
{% endif %}