moviewyrm/bookwyrm/templates/snippets/generated_status/rating.html

4 lines
342 B
HTML
Raw Normal View History

2021-03-15 21:09:04 +00:00
{% load i18n %}{% load humanize %}
2021-03-14 02:24:35 +00:00
{% blocktrans with title=book.title path=book.remote_id display_rating=rating|floatformat:"0" count counter=rating %}Rated <em><a href="{{ path }}">{{ title }}</a></em>: {{ display_rating }} star{% plural %}Rated <em><a href="{{ path }}">{{ title }}</a></em>: {{ display_rating }} stars{% endblocktrans %}