{% extends 'iconolab_base.html' %} {% load staticfiles %} {% load thumbnail %} {% load iconolab_tags %} {% block content %}
{{ collection.description | safe }}
{% 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 %}