{% extends 'iconolab_base.html' %} {% load staticfiles %} {% load thumbnail %} {% load iconolab_tags %} {% block content_fluid %}
{{ annotation.current_revision.description }}
{% for tagging_info in annotation.current_revision.tagginginfo_set.all %} {{ tagging_info.tag.label }} {% endfor %} {% endfor %}