{% extends "imagestore/base.html" %} {% load i18n %} {% load thumbnail %} {% block title %} {% if category %} {{ category.title }} {% else %} {% trans "Gallery" %} {% endif %} {% endblock %} {% block breadcrumb %} {{ block.super }} » {% if category %} {% trans "Gallery" %} {% else %} {% trans "Gallery" %} {% endif %} {% if category %} » {{ category.title }} {% endif %} {% endblock breadcrumb %} {% block content %} {{ block.super }} {% if category %}

{{ category.title }}

{% else %}

{% trans "Gallery" %}

{% endif %} {% include "imagestore/tag-cloud.html" %}

{% trans 'Categories' %}:

{% include "imagestore/category-list.html" %} {% if not category %} {% trans "All images:" %} {% endif %} {% include "imagestore/image-list.html" %} {% endblock content %}