{% load thumbnail %} {% load iconolab_tags %} {% if header %}

Annotations de l'image

{% endif %} {% if not annotation_list %}
Aucune annotation à afficher
{% else %} {% if show_links %} {% endif %} {% for annotation in annotation_list %} {% if show_links %} {% endif %} {% endfor %}
Résumé Utilisateurs Dates StatistiquesLiens et données
{% thumbnail annotation.image.media "150x150" crop=False as im %} {% endthumbnail %}
{% 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 %} Espace de travail
Suivre le lien

Permalien vers l'état actuel
Suivre le lien

Permalien vers l'état dynamique
Suivre le lien
{% endif %}