{% 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 %}

{% trans "User" %} - {{ gallery_owner.username }}

{% include "imagestore/image-list.html" %} {% endblock content %} {% block content-related %} {% include "imagestore/tag-cloud.html" %} {% endblock %}