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

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

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