{% extends 'iconolab_base.html' %} {% load staticfiles %} {% load thumbnail %} {% load iconolab_tags %} {% block content %}
Retour à la liste d'images Créer une nouvelle annotation {% thumbnail image.media "x800" crop="center" as im %} {% endthumbnail %}
{% include "partials/image_annotations_list.html" with annotation_list=image.annotations.all %} {% endblock %}