{% import 'image.html' as image %}
{% extends "layout.html" %}
{% block body %}
{{title}}
{% if current_user.role_download() %}
{{ _('Download') }}
{% endif %}
{% if current_user.is_authenticated %}
{% if (current_user.role_edit_shelfs() and shelf.is_public ) or not shelf.is_public %}
{% endif %}
{% if entry.Books.ratings.__len__() > 0 %}
{% for number in range((entry.Books.ratings[0].rating/2)|int(2)) %}
{% if loop.last and loop.index < 5 %}
{% for numer in range(5 - loop.index) %}
{% endfor %}
{% endif %}
{% endfor %}