{% extends 'iconolab_base.html' %} {% load i18n %} {% load staticfiles %} {% load comments %} {% load comments_xtd %} {% load thumbnail %} {% load iconolab_tags %} {% block content %}
{% if not user.is_authenticated and revision.state != 1 %}

Connectez vous pour voir cette proposition de révision.

{% else %}
{% thumbnail image.media "x300" crop="center" as im %} {% endthumbnail %}

Annotation révisée par {{ revision.author.username}}

Titre : {{ revision.title }}

Description: {{ revision.description }}

Mots-clés :


{% if revision.parent_revision %} {% endif %} {% if revision.state == 0 %} {% if user == annotation.author or user.is_staff %}

{% if revision.parent_revision == annotation.current_revision %} {% endif %} Voir les différences

{% if revision.parent_revision == annotation.current_revision %}

Si vous acceptez cette proposition, elle deviendra automatiquement la version courante de l'annotation.


Confirmer
{% endif %}

Attention: l'action de rejeter une proposition est irréversible.


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