{% 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 %}
Обложка книги "{{ book.title|e }}"

{{ book.title|e }}

{% endfor %}
{% endblock %}