{% extends 'iconolab_base.html' %} {% load i18n %} {% load staticfiles %} {% load comments %} {% load comments_xtd %} {% 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 %} {% if user.is_authenticated %} {% if user == annotation.author %} Editer l'annotation {% else %} Proposer une révision {% endif %}
{% endif %}
{% include "partials/annotation_stats_panel.html" with annotation=annotation label="Statistiques sur cette annotation:" %}

Commentaires

  {% if comments.has_previous or comments.has_next %} {% endif %}
{% if user.is_authenticated %} {% if not comment_form %} {% get_comment_form for annotation as comment_form %} {% endif %}
{% csrf_token %} {{ comment_form.content_type }} {{ comment_form.object_pk }} {{ comment_form.timestamp }} {{ comment_form.security_hash }}

Commenter ({{user.username}})

{% if comment_form.comment.errors %} {% endif %}
{% for metacategory in comment_form.metacategories %} {% endfor %}

{% endif %}
{% endblock %} {% block footer_js %} {% endblock %}