{% load i18n %} {% if entry %}

{{ entry.title }}

{{ entry.summary|safe }}

{% else %}

{% trans "Entry not found" %}

{% endif %}