{% extends "cv/details/_cv_detail_base.html" %} {% load cvtags %} {% with book as object %} {% block object-list-url %}{% url 'cv:book_object_list' %}{% endblock %} {% block next-previous %} {% with "book" as section_name %} {{block.super}} {% endwith %} {% endblock next-previous %} {% block centerbar-content %}
{{book.authorship.all|print_authors}}. {{book.pub_date.year}}. {{book.title}}.{% if book.editions %} {% with book.editions.all|first as edition %}{{edition.edition}} ed.,{% if edition.publisher %} {% if edition.place %}{{edition.place}}: {% endif %}{{edition.publisher}}.{% endif %}{% if edition.isbn %} ISBN: {{edition.isbn}}{% endif %}{% endwith %}{% else %}{% if book.publisher %}{% if book.place %} {{book.place}}: {{book.publisher}}.{% endif %}{% endif %}{% if book.ISBN %} ISBN: {{book.isbn}}{% endif %}{% endif %}
{%if book.editions.all|length > 1 %}