{% extends CMS_TEMPLATE %} {% load cms_tags %} {% load thumbnail %} {% load i18n %} {% block content %}

{{ news.title }}

{% if news.photo %} {% thumbnail news.photo '270x230' crop as photo %} {{ news.title }} {% endif %}

{{ news.pub_date }}
{% if news.author %} {{ news.author.get_full_name }}
{% endif %} {{ news.content|safe }}

{% trans "All news" %} {% endblock %}