{% extends "biglib_base.html" %} {% block extra-header %} {% endblock %} {% block title %} {{ block.super }}- Empréstimos {%endblock %} {% block breadcrumb %} {{ block.super }} > Exemplar {% endblock %} {% block content %}
Livro

{% if friend %}
{% if not instance.is_borrowed %} {% else %} {% endif%}
{% else %} {% if owner %}
{% else %}

Seja amigo do dono para solicitar emprestada esta obra.

{% endif %} {% endif %}
{{ instance.book.title }}

Autor(es):
    {% for author in instance.book.authors.all %}
  • {{ author.name }}
  • {% endfor %}

Editora: {{ instance.book.publisher }}

Mais informações


Avaliação


Empréstimos


Quem mais tem

{% for inst in more_from_friend %} {% if forloop.counter0|divisibleby:"3" %} {% endif %} {% empty %} {% endfor %}
{{ inst.owner.user.username }} Nenhum outro amigo possui exemplar deste livro

Comentários

{% 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 }}
{% empty %}

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 %}