{% extends "klisha/base.html" %} {% block head.title %}Category: {{ object.title }}{% endblock %} {% block body.content %}

Category: {{ object.title }}

{% if object.description %} {{ object.description|safe }}

{% endif %}
{% if object.picture_set.all %} {% include "klisha/include/thumbnails.html" with url_name="picture-detail" object_list=object.picture_set.all %} {% include "klisha/include/pagination.html" %} {% else %}
There are no pictures in this category
{% endif %}
{% endblock %}