{% extends "index.html" %} {% load cache %} {% block application %}

{{ application_name }}

{% cache 31536000 last_news LANGUAGE_CODE %} {% for news in last_news_list %} [{{ news.pub_date|date:"d.m.Y"}}] {{ news.title }}

{{ news.description }}

{% endfor %} {% endcache %} {% endblock %}