{% load i18n %}

{% trans "Latest news" %}

{% for post in news %} {% endfor %}
{{ post.title }} {{ post.published|date:"DATE_FORMAT" }}
{% blocktrans trimmed %} Visit the official weblog for more information. {% endblocktrans %}