{% extends 'iconolab_base.html' %} {% load staticfiles %} {% load thumbnail %} {% load iconolab_tags %} {% block content %}
{{ collection.description | safe }}
{% with folders_count=collection.folders.count %} {% if folders_count > 0 %}{% if folder_guid == folder.folder_guid|slugify %} {{ folder.name }} {% else %} {{ folder.name }} {% endif %}
{% with items_nb=folder.items_nb %}{{ items_nb }} élément{% if items_nb > 1 %}s{% endif %}
{% endwith %}{% for contributor in annotation.stats.contributors.all %} {{ 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 %}