{% extends 'iconolab_base.html' %} {% load staticfiles %} {% load thumbnail %} {% load iconolab_tags %} {% block content %}
{{ collection.description | safe }}
{% if collection.folders.exists %}{% if folder_guid == folder.folder_guid|slugify %} {{ folder.name }} ({{ folder.items_count }}) {% else %} {{ folder.name }} ({{ folder.items_count }}) {% endif %}
{% thumbnail folder.image.media "250x250" crop=False as folder_image %}
{% endthumbnail %}
{% for contributor in annotation.stats.contributors %} {{ contributor }} {% endfor %}
{{ annotation.current_revision.description }}
{% for tagging_info in annotation.current_revision.tagginginfo_set.all %}{{ tagging_info.tag.label }} {{ tagging_info.accuracy }} {{ tagging_info.relevancy }}
{% endfor %}