{% load i18n simple_translation_tags %} {% for object in latest|annotate_with_translations %} {% with object|get_preferred_translation_from_request:request as title %}

{{ object.pub_date|date:"d b Y" }}
{{ title }} {{ object|render_language_choices:request|safe }}
{{ title.excerpt }}

{% endwith %} {% empty %}

{% trans "No entries" %}

{% endfor %}