{% load i18n pagination_tags %} {% if LANGUAGE_CODE %} {% endif %} {% autopaginate objs 20 %} {% paginate %} {% if objs %} {% for obj in objs %} {% endfor %}
{% trans "XX" %}
{{ obj }}
{% else %} {% trans "No objects of this content type" %} {% endif %}