{% load tagging_tags %} {% load i18n %}

{% trans "Tags" %}

{% tag_cloud_for_model imagestore.Image as image_tags %} {% for tag in image_tags %} {{ tag.name }} {% endfor %}