{% load trans from i18n %} {% load url from future %} {% for object in object_list %}

{{ object.title }}

{% empty %}

{% trans "No entries found." %}

{% endfor %}