{% load thumbnail %} {% load iconolab_tags %}
  • {% if annotation.current_revision.title %} {{annotation.current_revision.title}} {% else %} Annotation sans titre {% endif %}
    {% if large_image %} {% thumbnail annotation.image.media "400x400" crop=False as im %} {% endthumbnail %} {% else %} {% thumbnail annotation.image.media "150x150" crop=False as im %} {% endthumbnail %} {% endif %}
    A créé l'annotation le :
    {{annotation.created}}
    Commentaires :
    {{annotation.stats.comments_count}}
    Révisions en attente :
    {{annotation.stats.awaiting_revisions_count}}
    Voir annotation
    {% if with_stats %}
    {% include "partials/annotation_stats_panel.html" with annotation=annotation label="Statistiques sur cette annotation:" %}
    {% endif %}