{% load i18n pagination_tags %}
{% if LANGUAGE_CODE %}
{% endif %} {% block jquery_api %} {% endblock %}
{% autopaginate objs 20 %} {% paginate %} {% if objs %}
{{ content_type|capfirst }}
{% for obj in objs %}
{{ obj }}
{% endfor %}
{% else %} {% trans "No objects of this content type" %} {% endif %}