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