{% extends 'iconolab_base.html' %} {% load staticfiles %} {% load thumbnail %} {% load iconolab_tags %} {% block content %}

{{collection.verbose_name}}


{% include "partials/image_annotations_list.html" with annotation_list=recent_annotations.all %}
{% include "partials/image_annotations_list.html" with annotation_list=revised_annotations.all %}
{% include "partials/image_annotations_list.html" with annotation_list=contribution_calls_annotations_list %}
{% endblock %} {% block footer_js %} {% endblock %}