{# This is a way of presenting tags associated to a content. #} {% load i18n %}
  • {# {% with content.title as title %} #} {#

    {% blocktrans %}About this page...{% endblocktrans %}

    #} {# {% endwith %} #}
    {% for tag in content.tags.all %} {{ tag.title }} {% endfor %}