{% extends CMS_TEMPLATE %} {% load i18n l10n sekizai_tags cms_tags pcart_core thumbnail staticfiles %} {% block title %}{{article.page_title|default:article.title}}{% endblock %} {% block breadcrumb %}
{% trans "Author" %}: {% render_model article "author" %} {% trans "Published" %}: {{article.pub_date|date:"d M Y"}}