{% extends "klisha/base.html" %} {% load i18n %} {% block head.title %}{% trans "The most popular pictures" %}{% endblock %} {% block body.content %}

{% trans "Popular" %}

{% include "klisha/include/thumbnails.html" with url_name="picture-detail" %} {% include "klisha/include/pagination.html" %}
{% endblock %}