{% nice_title_from_tags tags categories %}
{% if suggested_tags %}
            {% for tag in suggested_tags %}
              
                {{ tag }}
              
            {% endfor %}
          
        {% endif %}
      
            {% for fragment in object_list %}
              {% include 'catalogue/fragment_box.html' %}
            {% endfor %}
          
        {% trans "Motyw" %}: {{ main_tag.name }}
{{ main_tag.description|safe }}
        {% paginate %}