{% extends "biglib_base.html" %} {% block extra-header %} {% endblock %} {% block title %} {{ block.super }}- Empréstimos {%endblock %} {% block breadcrumb %} {{ block.super }} > Exemplar {% endblock %} {% block content %}
|
{{ instance.book.title }}Autor(es):
Editora: {{ instance.book.publisher }} |
|
{% empty %}
Nenhum outro amigo possui exemplar deste livro | {% endfor %}
{% if page.object_list %} {% ifequal page.paginator.count 1 %} 1 comentário {% else %} {{ page.paginator.count }} comentários {% endifequal %}. Página {{ page.number }} de {{ page.paginator.num_pages }} {% endif %}
{% for result in page.object_list %}
{{ result.evaluator.user.get_full_name }} | {{ result.rating }} | {{ result.comments }} |
Nenhum comentário disponível.
{% endfor %} {% if page.has_previous %}{% endif %}« Anteriores{% if page.has_previous %}{% endif %} | {% if page.has_next %}{% endif %}Mais comentários »{% if page.has_next %}{% endif %} {% endblock %}