Loading sopds_web_backend/templates/sopds_books.html +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ {% if b.series.count > 0 %} <b>Серии:</b> {% for s in b.series %} {{s.ser}}{% if not forloop.last %},{%endif%} {%endfor%} <br> {% endif %} <b>Файл:</b> {{ b.filename }} <br> <b>Файл:</b> {{ b.path }}/{{ b.filename }} <br> <b>Размер файла:</b> {{ b.filesize }}Кб.<br> <b>Дата правки:</b> {{ b.docdate }} <br> {% if b.doubles > 0 %} Loading Loading
sopds_web_backend/templates/sopds_books.html +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ {% if b.series.count > 0 %} <b>Серии:</b> {% for s in b.series %} {{s.ser}}{% if not forloop.last %},{%endif%} {%endfor%} <br> {% endif %} <b>Файл:</b> {{ b.filename }} <br> <b>Файл:</b> {{ b.path }}/{{ b.filename }} <br> <b>Размер файла:</b> {{ b.filesize }}Кб.<br> <b>Дата правки:</b> {{ b.docdate }} <br> {% if b.doubles > 0 %} Loading