{% include 'snippets/book_cover.html' with book=book size=large %}
{% include 'snippets/rate_action.html' with user=request.user book=book %}
{% include 'snippets/shelve_button.html' %}
{% if request.user.is_authenticated and not book.cover %}
{% endif %}
{% for field in info_fields %}
{% if field.value %}
{{ field.name }}:
{{ field.value }}
{% endif %}
{% endfor %}
{% include 'snippets/stars.html' with rating=rating %} ({{ reviews|length }} review{{ reviews|length|pluralize }})
{% include 'snippets/book_description.html' %}
{% if book.parent_work.edition_set.count > 1 %}