{% extends "catalogue/base.html" %} {% load book_list comments i18n %} {% block content %}

{{ object.title }}

{% if editable %}
{% csrf_token %}{% endif %} {{ form.as_table }} {% if editable %} {% endif %}
{% if editable %}
{% endif %}

{% trans "Comments" %}

{% render_comment_list for object %} {% with object.get_absolute_url as next %} {% render_comment_form for object %} {% endwith %}
{% endblock content %}