{% extends 'base.html' %} {% load catalogue_tags %} {% load pagination_tags %} {% block global-content %}

Motyw: {{ main_tag.name }}

{% for tag in tags %} {% if tag is not main_tag %} {{ tag }} {% endif %} {% endfor %}

{% nice_title_from_tags tags categories %}

{% if suggest %}
{% for tag in suggest %} {{ tag }} {% endfor %}
{% endif %}
{% autopaginate object_list 10 %}
{% for fragment in object_list %} {% include 'catalogue/fragment_box.html' %} {% endfor %} {% paginate %}

Motyw: {{ main_tag.name }}

{{ main_tag.description|safe }}
{% endblock %}