{% extends "imagestore/base.html" %} {% load i18n %} {% load thumbnail %} {% block title %} {% trans "Gallery" %} - {% trans "Tag" %}: {{ tag }} {% endblock %} {% block imagestore-breadcrumb %}
  • {% trans "Tag" %}: {{ tag }}
  • {% endblock %} {% block content %}

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

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