2021-08-09 01:40:47 +00:00
|
|
|
{% load i18n %}{% load humanize %}{% load utilities %}
|
2021-03-14 02:24:35 +00:00
|
|
|
|
2021-10-06 09:37:27 +00:00
|
|
|
{% blocktrans trimmed with title=book|book_title path=book.remote_id display_rating=rating|floatformat:"-1" count counter=rating|add:0 %}
|
2021-08-09 01:40:47 +00:00
|
|
|
rated <em><a href="{{ path }}">{{ title }}</a></em>: {{ display_rating }} star
|
|
|
|
{% plural %}
|
|
|
|
rated <em><a href="{{ path }}">{{ title }}</a></em>: {{ display_rating }} stars
|
|
|
|
{% endblocktrans %}
|