[templates] Add aggregate data
Some checks failed
build / test (push) Has been cancelled

This commit is contained in:
2026-06-15 15:26:46 -04:00
parent 01d25e1b55
commit 042a3eb737
10 changed files with 83 additions and 11 deletions

View File

@ -33,7 +33,11 @@
<p><a href="{{object.next_readcomics_url}}">Read next issue</a></p>
{% endif %}
<p>{{scrobbles.count}} scrobbles</p>
<p>
{{scrobbles.count}} scrobbles
{% if long_play_total_seconds %} | Total time: {{ long_play_total_seconds|natural_duration }}{% endif %}
{% if long_play_finished_date %} | Finished: {{ long_play_finished_date|date:"M d, Y" }}{% endif %}
</p>
<p><a href="{{object.resume_start_url}}">Resume reading</a></p>
</div>