4 {% with book.0 as chunk %}
6 <td><a href="{% url catalogue_book book.slug %}" title='{% trans "Book settings" %}'>[B]</a></td>
7 <td><a href="{% url catalogue_chunk_edit book.slug chunk.slug %}" title='{% trans "Chunk settings" %}'>[c]</a></td>
9 href="{% url wiki_editor book.slug %}">
10 {{ book.title }}</a></td>
11 <td>{% if chunk.stage %}
15 <td class='user-column'>{% if chunk.user %}<a href="{% url catalogue_user chunk.user.username %}">{{ chunk.user.first_name }} {{ chunk.user.last_name }}</a>{% endif %}</td>
17 {% if chunk.published %}P{% endif %}
18 {% if book.new_publishable %}p{% endif %}
19 {% if chunk.changed %}+{% endif %}
25 <td><a href="{% url catalogue_book book.slug %}" title='{% trans "Book settings" %}'>[B]</a></td>
27 <td>{{ book.title }}</td>
30 {% if book.published %}P{% endif %}
31 {% if book.new_publishable %}p{% endif %}