{% extends "content_view.html" %} {% load inlinetrans pagination_tags collection_tags %} {% block contentbody %} {% collectionitems content as items %} {% block collectiontop %} {% endblock %} {% if items %} {% autopaginate items paginate_by %} {% block paginatetop %} {% paginate %} {% endblock %} {% if content.group_by %} {% collectionregroup items in content as grouped %} {% for group in grouped %} {% if group.grouper %}

{{ group.grouper|default:"" }}

{% else %}

{% itrans "Without grouper"%}

{% endif %} {% endfor %} {% else %} {% endif %} {% block paginatebottom %} {% paginate %} {% endblock %} {% else %} {% block noresults %}
{% itrans "There are no results" %}
{% endblock noresults %} {% endif %} {% endblock contentbody %}