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

{% trans "Literature" %}:

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

{% trans "Art" %}:

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