{% extends CMS_TEMPLATE %} {% load cms_tags %} {% load thumbnail %} {% load i18n %} {% block content %}
{{ news.pub_date }} {% if news.author %} {{ news.author.get_full_name }} {% endif %} {{ news.content|safe }}