{% extends "core.html" %} {% block main %}
{% if account is not empty %} {% if account.permissions.books is defined and account.permissions.books == 1 %}

+

{% endif %} {% endif %} {% for book in books %}
{% if account.permissions.books is defined and account.permissions.books == 1 %} {% endif %} Обложка книги "{{ book.title|e }}"

{{ book.title|e }}

{% endfor %} {% if account.permissions.books is defined and account.permissions.books == 1 %} {% endif %}
{% endblock %}