{% load parody_web %} {% block title %}{{ book.title }}{% endblock %} {% block head_extra %}{% endblock %} {% if editions and editions|length > 1 %} {% endif %} {% if book.draft %}
This edition is in development and not yet public — you are viewing it as the owner.
{% endif %}
{% if user.is_authenticated %} owner view ({{ user.get_username }}) ·
{% csrf_token %}
{% else %} owner sign in {% endif %}
{% block body %}{% endblock %}