{% extends 'iconolab_base.html' %} {% load i18n %} {% load staticfiles %} {% load comments %} {% load comments_xtd %} {% load thumbnail %} {% load iconolab_tags %} {% block content %} Revoir l'image
{% thumbnail annotation.image.media "x300" crop="center" as im %} {% endthumbnail %}

Annotation

Title: {{ annotation.current_revision.title }}

Description: {{ annotation.current_revision.description }}

Tags:

Editer | Proposer une révision

Comments

{% get_comment_list for annotation as comment_list %}
{% 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 }} {{ comment_form.reply_to }}

Commenting as {{user.username}}

{% if comment_form.comment.errors %} {% endif %}

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