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

6 lines
237 B
HTML
Raw Normal View History

2021-03-14 02:24:35 +00:00
{% load i18n %}{% load humanize %}{{% spaceless %}
{% blocktrans with title=book.title path=book.local_path rating=rating %}Rated <em><a href="{{ path }}">{{ title }}</a> </em>: {{ rating }} stars{% endblocktrans %}
{% endspaceless %}