{% load i18n %}
{% include 'django_bkendoz/templates/list-header.html' with home_url=settings.LAYOUT.homepage menu=list_menu title=list_title %} {% if not object_list %} {% trans 'Aucun objet à afficher.' %} {% else %} {% if html %} {% include 'django_bkendoz/templates/pagination.html' %} {% include html %} {% include 'django_bkendoz/templates/pagination.html' %} {% endif %} {% endif %}