{% 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 %}