3 <a target="_blank" data-id="{{ book.slug }}"
4 href="{% url wiki_book book.slug %}">[?]</a>
5 {% ifequal book.chunk_set.count 1 %}
6 <a target="_blank" data-id="{{ book.slug }}"
7 href="{% url wiki_editor book.slug %}">
11 <div class="chunk-list">
12 {% for chunk in book %}
13 <a target="_blank" data-id="{{ book.slug }}"
14 href="{{ chunk.get_absolute_url }}">
15 <span class='chunkno'>{{ forloop.counter }}.</span>
16 {{ chunk.comment }}</a><br/>