{% load thumbnail %} {% load iconolab_tags %}
Aucune annotation pour cette image
{% else %}| Titre | Auteur | Créée le | Révisée le | Contributeurs | {% for annotation in annotation_list %}|
|---|---|---|---|---|---|
| {{ annotation.current_revision.title }} | {{ annotation.author }} | {{ annotation.created|date:'d-m-Y' }} | {{ annotation.current_revision.created|date:'d-m-Y' }} | {% for contributor in annotation.stats.contributors %} {{ contributor }}{% if not forloop.last %}, {% endif %} {% endfor %} |