4     {% with book.0 as chunk %}
 
   6         <td><input type="checkbox" name="select_book" value="{{book.id}}" data-chunk-id="{{chunk.id}}"/></td>
 
   8                     href="{% url 'wiki_editor' book.slug %}">
 
   9                     {{ book.title }}</a></td>
 
  10         <td>{% if chunk.stage %}
 
  14         <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>
 
  15         <td>{{ book.project.name }}</td>
 
  16         <td><a href="{% url 'catalogue_book_gallery' book.slug %}">Materiały</a></td>
 
  21         <td><input type="checkbox" name="select_book" value="{{book.id}}"/></td>
 
  22         <td>{{ book.title }}</td>
 
  24         <td class='user-column'></td>
 
  25         <td>{{ book.project.name }}</td>