{% extends 'iconolab_base.html' %} {% load i18n %} {% load staticfiles %} {% load thumbnail %} {% load iconolab_tags %} {% block content %}
{% thumbnail annotation.image.media "300x300" crop=False as im %} {% endthumbnail %}

Voir l'objet de cette annotation Voir les annotations sur l'image

Annotation créée par {{ annotation.author.username }}

Titre : {{ annotation.current_revision.title }}

Description : {{ annotation.current_revision.description }}

{% if tags_data != "[]" %}

Mot-clés :


{% endif %}
{% include "partials/annotation_stats_panel.html" with annotation=annotation label="Statistiques sur cette annotation:" %}
{% endblock %} {% block footer_js %} {% endblock %}