1 {% extends 'base.html' %}
3 {% load catalogue_tags %}
4 {% load pagination_tags %}
6 {% block global-content %}
7 <div class="l-container">
8 <div class="l-breadcrumb">
9 <a href="/"><span>{% trans "Strona główna" %}</span></a>
10 <a href="/katalog/"><span>{% trans "Katalog" %}</span></a>
11 <a href="/katalog/motyw/"><span>{% trans "Motyw" %}</span></a>
12 <span>{{ main_tag.name }}</span>
18 <div class="l-section">
19 <div class="l-author__header">
20 <h1><span>{% trans "Motyw" %}:</span> {{ main_tag.name }}</h1>
25 <div class="l-section">
26 <div class="l-books__header">
27 <div class="l-books__input">
28 <i class="icon icon-filter"></i>
29 <input type="text" placeholder="{% trans 'filtry, tytuł' %}" class="quick-filter" data-for="book-list" data-filters="with-filter">
30 <div class="filter-container">
32 {% if tag is not main_tag %}
33 <span class="filter filter-category-{{ tag.category }}">
34 <a href="{% catalogue_url list_type tag %}">{{ tag }}</a>
35 <a href="{% catalogue_url list_type tags -tag %}">✖</a>
44 <div class="with-filter">
46 <h2>{% nice_title_from_tags tags categories %}</h2>
48 <div class="filter-container">
49 {% for tag in suggest %}
50 <span class="filter filter-category-{{ tag.category }}">
51 <a href="{% catalogue_url list_type tags tag %}">{{ tag }}</a>
59 {% autopaginate object_list 10 %}
61 <div class="l-section l-section--col">
63 <div class="l-theme__col">
64 <div class="l-books__col">
66 {% for fragment in object_list %}
67 {% include 'catalogue/fragment_box.html' %}
72 <div class="l-theme__col">
73 <div class="l-theme__info">
74 <h3>{% trans "Motyw" %}: {{ main_tag.name }}</h3>
75 {{ main_tag.description|safe }}
77 <h3>Motyw w sztuce <i class="icon icon-arrow-left"></i> <i class="icon icon-arrow-right"></i></h3>
78 <div class="l-theme__info__slider">
79 <img src="images/motyw.jpg" alt="">
80 <img src="images/motyw.jpg" alt="">
81 <img src="images/motyw.jpg" alt="">