{% load i18n cms_tags %} {% regroup object_list|dictsort:"category_id" by category as qgroups %} {% for qgroup in qgroups %} {% if list %}

{{ qgroup.grouper }}

{% endif %} {% empty %} {% if list %}

{{ qgroup.grouper|default:_("Category") }}

{% endif %}

{% trans "No entry found." %}

{% endfor %} {% if list and title %}

{% trans "Back to Category" %}

{% endif %}