{% load i18n %} {% if books %}

{% trans "Literature" %}

{{books|safe}}
{% endif %} {% if pictures %}

{% trans "Gallery" %}

{{pictures|safe}}
{% endif %}