{% extends "imagestore/base.html" %} {% load i18n %} {% load thumbnail %} {% block title %} {% trans "Gallery" %} - {% trans "Tag" %}: {{ tag }} {% endblock %} {% block breadcrumb %} {{ block.super }} » {% trans "Gallery" %} » {% trans "Tag" %}: {{ tag }} {% endblock breadcrumb %} {% block content %} {{ block.super }} {% include "imagestore/tag-cloud.html" %}

{% trans "Tag" %} - {{ tag }}

{% include "imagestore/image-list.html" %} {% endblock content %}