1 {% extends "archive/base.html" %}
6 {% block menu-active-audiobooks %}active{% endblock %}
10 <div class="card mt-4">
11 <div class="card-header">
12 <h2>{{ object_list.0.book.title }}</h2>
14 <div class="card-body">
18 <th>{% trans "Index" %}</th>
19 <th>{% trans "Title" %}</th>
22 <th colspan="3">YouTube</th>
26 {% with volumes=object_list.0.youtube_volume_count %}
27 {% for audiobook in object_list %}
29 <td>{{ audiobook.index }}</td>
31 <a href="{% url 'file' audiobook.id %}">
32 {% if audiobook.part_name %}
33 {{ audiobook.part_name }}
35 <em class="text-warning" title="ddd">
41 <td>{% status audiobook "mp3" %}</td>
42 <td>{% status audiobook "ogg" %}</td>
43 {% ifchanged audiobook.youtube_volume_index %}
45 {{ audiobook.youtube_volume_index }}/{{ volumes }}
48 {{ audiobook.youtube_volume }}
51 {% status audiobook "youtube" %}
58 <span class="text-secondary">
59 {{ audiobook.youtube_volume }}