2021-08-08 21:40:47 -04:00
|
|
|
{% load i18n %}{% load humanize %}{% load utilities %}
|
2021-03-13 21:24:35 -05:00
|
|
|
|
2021-10-06 05:37:27 -04:00
|
|
|
{% blocktrans trimmed with title=book|book_title path=book.remote_id display_rating=rating|floatformat:"-1" count counter=rating|add:0 %}
|
2021-08-08 21:40:47 -04: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 %}
|