{% extends "base.html" %} {% block title %}{{ book.title }} (cover){% endblock %} {% block content %}

{{ book.title }}

{% if book.subtitle %}

{{ book.subtitle }}

{% endif %}
{% if cover_img %}
Book Cover
{% else %}
{% endif %}

Language

{{ book.language|language_name|title }}

License

{{ book.license.name }}

Popularity

{% for n in range(1, 6) %} {% endfor %}

{% if formats %} {% endif %}
{% endblock %}