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