{% if current_user.is_authenticated and books.total>0 %}
Fav books
{% if current_user.is_authenticated %}
{% include 'book/components/header_buttons.html' %}
{% endif %}
{% endif %}
{% for book in books %}
{% include 'book/components/book_list_item.html' %}
{% endfor %}
{% if current_user.is_authenticated and page.pages > 1 %}