{% extends "base_generic.html" %} {% block content %}
Author: {{ book.author }}
Summary: {{ book.summary }}
ISBN: {{ book.isbn }}
Language: {{ book.language }}
Genre: {{ book.genre.all|join:", " }}
{{ copy.get_status_display }}
{% if copy.status != 'a' %}Due to be returned: {{copy.due_back}}
{% endif %}Imprint: {{copy.imprint}}
Id: {{copy.id}}
{% empty %}The library has no copies of this book.
{% endfor %}