1 {% extends "documents/base.html" %}
10 {% if not length_ok %}
11 <div class="alert alert-warning">
12 Liczba znalezionych części dokumentu nie zgadza się z liczbą części audiobooka.
13 Konieczna jest korekta za pomocą atrybutów <code>forcesplit</code> i <code>nosplit</code>.
16 <form method="post" action="">
18 <button class="btn btn-primary">
19 Zaplanuj synchronizację
30 <th>Nagłówek cięcia</th>
34 {% for h, m in table %}
38 <a target="_blank" href="{% url 'wiki_editor' book.slug %}#CodeMirrorPerspective">
39 {{ h.0 }} (linia {{ h.2 }})
45 <td>{{ m|default_if_none:'—' }}</td>