{% extends "cms/sections/section_item.html" %} {% load i18n %}
{% if page.publish_as %} {% trans "Published by" %} {% with item=page.publish_as item_date_format='' %} {% include "cms/snippets/list_item.html" %} {% endwith %} {% elif page.owner %} {% trans "Published by" %} {{ page.owner }} {% endif %}
{% for tag in page.tags.all %} {# {{ tag }} #} {{ tag }} {% endfor %}