{% extends 'iconolab_base.html' %} {% load staticfiles %} {% load thumbnail %} {% block content %}
{% thumbnail annotation.image.media "x300" crop="center" as im %} {% endthumbnail %}
title: {{ annotation.title }} Description: {{ annotation.description }} Tags: {{ annotation.tags }} Editer Proposer une révision
{% endblock %}