1 {% extends "catalogue/base.html" %}
5 <h1>{% trans "Chunk settings" %}</h1>
7 <form enctype="multipart/form-data" method="POST" action="{% if go_next %}?next={{ go_next }}{% endif %}">
9 <table class='editable'>
10 <tr><th>{% trans "Book" %}</th><td>{{ chunk.book }} ({{ chunk.number }}/{{ chunk.book|length }})</td></tr>
12 <tr><td></td><td><button type="submit">{% trans "Save" %}</button></td></tr>
16 {% endblock content %}