{% extends "content_list.html" %} {% load i18n inlinetrans action_tags content_tags content_filters inplace_edit %} {% block pagetitle %}{% trans "Tag" %}: {{ tag.tag_name }}{% endblock %} {% block extrabreadcrumbs %} {% inline_trans "Tag" %}: {{ tag.tag_name }} {% endblock %} {% block listtitle %}{% trans "Tag" %}: {{ tag }}{% endblock %} {% block listing %}
{% for t in itags %} {% inplace_edit "t.tag_name" %}{% if forloop.last %}.{% else %}, {% endif %} {% endfor %}
{% regroup content_list by content_type as grouped %} {% for item in grouped %}

{{ item.grouper.model_class|basecontent_type }}

{% endfor %} {% endblock %}