{% extends layout.get_view_template_name %} {% load i18n %} {% block content %}

{% trans "News detail" %}

{{ item.title }}

{{ item.body|safe }}
{% for translation in item.available_translations %} {% if forloop.first %}

{% trans "Translations" %}

{% endif %} {% endfor %} {% trans "Back to foo home" %} {% endblock content %}