Pag. {{ page }} de {{ pages }}
{% if has_previous %}
Anterior,
{% endif %}
{% if has_next %}
Siguiente
{% endif %}
{{ object.title }}
{{ object.pub_date }}
{{ object.body|linebreaks }}
{% if object.bookfile.all %}Archivos adjuntos
-
{% for file in object.bookfile.all %}
- {{ file.title }} {% endfor %}
No Books Available
{% endif %}