{% extends "base.html" %} {% load i18n %} {% load catalogue_tags switch_tag social_tags %} {% load ssi_include from ssify %} {% block titleextra %}{% if tags %}{% title_from_tags tags %}{% elif gallery %}{% trans "Gallery" %}{% else %}{% trans "Literature" %}{% endif %}{% endblock %} {% block bodyid %}tagged-object-list{% endblock %} {% block body %}

{% if tags %} {% html_title_from_tags tags %} {% elif gallery %}{% trans "Gallery" %}{% else %}{% trans "Literature" %} {% endif %}

{% trans "Authors" %} {% trans "Epochs" %} {% trans "Genres" %} {% trans "Kinds" %} {% if theme_is_set %} {% trans "Themes" %} {% endif %}
{% inline_tag_list categories.author tags 'author' gallery=gallery %}
{% inline_tag_list categories.epoch tags 'epoch' gallery=gallery %}
{% inline_tag_list categories.genre tags 'genre' gallery=gallery %}
{% inline_tag_list categories.kind tags 'kind' gallery=gallery %}
{% if theme_is_set %}
{% inline_tag_list categories.theme tags 'theme' gallery=gallery %}
{% endif %}
{% if theme_is_set %} {% work_list object_list %} {% else %}
{% if object_list %} {% work_list best %} {% if tags %}

{% trans "All matching works" %}

{% else %}

{% trans "All works" %}

{% endif %} {% plain_list object_list by_author=True gallery=gallery %} {% else %} {% trans "Sorry! Search cirteria did not match any resources." %} {% include "info/join_us.html" %} {% endif %}
{% if categories.theme %}

{% trans "Motifs and themes" %}

{% plain_list categories.theme choice=tags gallery=gallery %} {% endif %} {% endif %} {% for tag in tags %} {% if tag.category != 'set' %}

{% trans tag.category as c %}{{ c|capfirst }}: {{ tag }}

{% if tag.has_description %} {{ tag.description|safe }} {% else %} {% trans "No description." %} {% endif %}
{% if tag.gazeta_link %}
{{ tag }} {% trans "in Lektury.Gazeta.pl" %}
{% endif %} {% if tag.wiki_link %}
{{ tag }} {% trans "in Wikipedia" %}
{% endif %} {% if tag.culturepl_link %}
{{ tag }} {% trans "in Culture.pl" %}
{% endif %} {% endif %} {% endfor %} {% endblock %}