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