1 {% extends "catalogue/book_short.html" %}
3 {% load choose_fragment license_icon from catalogue_tags %}
4 {% load choose_cite from social_tags %}
5 {% load status from catalogue_tags %}
9 {% block box-class %}book-wide-box{% endblock %}
12 {% block cover-link %}{% if book.get_first_text %}{% url 'book_text' book.get_first_text.slug %}{% endif %}{% endblock %}
15 {% block cover-area-extra %}
16 {% with license=book.get_extra_info_json.license %}
18 {% license_icon license %}
24 {% block preview-info %}
25 <p class="book-box-tools book-box-tools-warn">
26 {% chunk "book-preview-warn" %}
32 {% block right-column %}
33 <div class="right-column">
35 {% choose_cite book as cite_promo %}
39 {% choose_fragment book as fragment_promo %}
40 {% if fragment_promo %}
41 {{ fragment_promo.promo_box }}
45 {% include 'catalogue/snippets/jplayer.html' %}
47 {% if book|status:request.user == 'closed' %}
48 {% with form=club_form %}
49 <form method="POST" action="{% url 'club_join' %}" id="payment-form" class="wlform">
51 {% include "club/payment_form.html" %}
52 {% chunk 'club_form_bottom' %}
56 {% include "club/payment_info.html" %}
64 {% block book-box-body-pre %}
65 {% include "catalogue/snippets/like_button.html" %}
68 {% block book-box-pre %}