{% thumbnail collection.image "450x250" crop="center" as im %}
Contribuer
{{collection.verbose_name}}
{{collection.description|safe}}
{% endthumbnail %}{% extends 'iconolab_base.html' %} {% load i18n %} {% load staticfiles %} {% load thumbnail %} {% load iconolab_tags %} {% load humanize %} {% block content %}
{{collection.description|safe}}
{% endthumbnail %}{% for contributor in annotation.stats.contributors.all %} {{ contributor.username }} {% endfor %}
{{ annotation.current_revision.description }}
{% for tagging_info in annotation.current_revision.tagginginfo_set.all %} {{ tagging_info.tag.label }} {% endfor %}