moviewyrm/bookwyrm/templates/snippets/status/headers/read.html

8 lines
273 B
HTML
Raw Normal View History

{% spaceless %}
{% load i18n %}{% load utilities %}
{% with book=status.mention_books.first %}
{% blocktrans with book_path=book.remote_id book=book|book_title %}finished reading <a href="{{ book_path }}">{{ book }}</a>{% endblocktrans %}
{% endwith %}
{% endspaceless %}