audiobooks: no "Part 1 / 1"
[wolnelektury.git] / src / catalogue / templates / catalogue / book_short.html
index 7126095..dea797b 100644 (file)
 <div>
 {% if audiobooks|length > 1 %}
     <a class="play-prev">« {% trans "previous" %}</a>
-{% endif %}
-{% trans "Part" %} <span class="number">1</span> / {{ audiobooks|length }}
-{% if audiobooks|length > 1 %}
+    {% trans "Part" %} <span class="number">1</span> / {{ audiobooks|length }}
     <a class="play-next">{% trans "next" %} »</a>
 {% endif %}
 </div>