1
0
Fork 0

Merge branch 'main' into book-series-v1

This commit is contained in:
Dustin Steiner 2023-01-31 10:06:07 +00:00
commit c2a81d88bb
No known key found for this signature in database
GPG key ID: 918D51522D8CB8F2
9 changed files with 53 additions and 19 deletions

View file

@ -215,10 +215,10 @@
{% endif %}
{% with work=book.parent_work %}
{% with work=book.parent_work editions_count=book.parent_work.editions.count %}
<p>
<a href="{{ work.local_path }}/editions" id="tour-other-editions-link">
{% blocktrans trimmed count counter=work.editions.count with count=work.editions.count|intcomma %}
{% blocktrans trimmed count counter=editions_count with count=editions_count|intcomma %}
{{ count }} edition
{% plural %}
{{ count }} editions