{% load thumbnail %} {% load iconolab_tags %} {% with annotation_data.annotation_obj as annotation %}
  • {% 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 %}
    Total révisions: {{annotations.stats.revisions_count}}
    {{annotation.stats.comments_count}}
    Soumises par {{user.username}}:
    {{annotation_data.revisions_count}}
    .. Révisions en attente:
    {{annotation_data.awaiting_count}}
    .. Révisions acceptées:
    {{annotation_data.accepted_count}}
    Voir annotation
    {% if with_stats %}
    {% include "partials/annotation_stats_panel.html" with annotation=annotation label="Statistiques sur cette annotation:" %}
    {% endif %}
  • {% endwith %}