{% extends "content_list.html" %} {% load i18n inlinetrans action_tags content_tags content_filters %} {% block pagetitle %}{% trans "Tag" %}: {{ tag.tag_name }}{% endblock %} {% block extrabreadcrumbs %} {% inline_trans "Tag" %}: {{ tag.tag_name }} {% endblock %} {% block listtitle %}{% trans "Tag" %}: {{ tag.tag_name }}{% endblock %} {% block listing %} {% regroup content_list by content_type as grouped %} {% for item in grouped %}

{{ item.grouper.model_class|basecontent_type }}

{% endfor %} {% endblock %}