{% load thumbnail %} {% load iconolab_tags %}
| Titre | Auteur | Créée le | Révisée le | Contributeurs | Statistiques | {% 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.all %} {{ contributor.username }}{% if not forloop.last %}, {% endif %} {% endfor %} | {% include "partials/annotation_stats_panel.html" with annotation=annotation %} |