{% extends 'leprikon/list.html' %} {% load i18n leprikon_tags %} {% block list %} {% if object_list.count %} {% include 'leprikon/messages_table.html' %} {% else %}

{{ message_empty }}

{% endif %} {% endblock %}