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