{% extends 'leprikon/default.html' %} {% load cms_tags i18n leprikon_tags %} {% block content %}

{% block title %}{{ title|first_upper }}{% endblock %}

{% if placeholder %} {% static_placeholder placeholder %} {% endif %} {% if form %} {% include 'leprikon/filter_form.html' %} {% endif %} {% if add_url %} {{ add_label }} {% endif %} {% include 'leprikon/pagination.html' %} {% block list %} {% for object in object_list %} {% include preview_template %} {% empty %}

{{ message_empty }}

{% endfor %} {% endblock %} {% include 'leprikon/pagination.html' %} {% endblock %}