# HG changeset patch
# User Alexandre Segura
- {% if header %}
-
Annotations de l'image
- {% endif %}
+{% if header %}
+Annotations de l'image
+{% endif %}
+{% if not annotation_list %}
+Aucune annotation à afficher
| Résumé | -Utilisateurs | -Dates | -Statistiques | - {% if show_links %} -Liens et données | - {% endif %} - - {% for annotation in annotation_list %} -
|---|---|---|---|---|
|
-
- {% thumbnail annotation.image.media "150x150" crop=False as im %}
-
-
- {% if annotation.current_revision.title %}
- Titre: {{ annotation.current_revision.title }}- {% endif %} - |
-
- Auteur: - {{ annotation.author }} - Contributeurs: - {% for contributor in annotation.stats.contributors.all %} - {{ contributor.username }}{% if not forloop.last %}, {% endif %} - {% endfor %} - |
- Créée le: - {{ annotation.created|date:'d-m-Y' }} - Révisée pour la dernière fois le: - {{ annotation.current_revision.created|date:'d-m-Y' }} - |
- - {% include "partials/annotation_stats_panel.html" with annotation=annotation %} - | - {% if show_links %} -
- Espace de travail - Suivre le lien - Permalien vers l'état actuel - Suivre le lien - Permalien vers l'état dynamique - Suivre le lien - |
- {% endif %}
-
| Résumé | +Utilisateurs | +Dates | +Statistiques | + {% if show_links %} +Liens et données | {% endif %} - + + + {% for annotation in annotation_list %} +
|---|---|---|---|---|
|
+
+ {% thumbnail annotation.image.media "150x150" crop=False as im %}
+
+
+ {% if annotation.current_revision.title %}
+ Titre: {{ annotation.current_revision.title }}+ {% endif %} + |
+
+ Auteur: + {{ annotation.author }} + Contributeurs: + {% for contributor in annotation.stats.contributors.all %} + {{ contributor.username }}{% if not forloop.last %}, {% endif %} + {% endfor %} + |
+
+ Créée le: + {{ annotation.created|date:'d-m-Y' }} + Révisée pour la dernière fois le: + {{ annotation.current_revision.created|date:'d-m-Y' }} + |
+ + {% include "partials/annotation_stats_panel.html" with annotation=annotation %} + | + {% if show_links %} +
+ Espace de travail + Suivre le lien + Permalien vers l'état actuel + Suivre le lien + Permalien vers l'état dynamique + Suivre le lien + |
+ {% endif %}
+