{% load i18n simple_translation_tags %}

{% trans "Latest entries" %}

{% for title in latest%}

{{ title.entry.pub_date|date:"d b Y" }}
{{ title }} - {{ title.get_language_display }}

{% empty %}

{% trans "No entries" %}

{% endfor %}