lib.itmens/social/templates/event/boosted_rating.html
2024-05-20 12:00:17 -04:00

10 lines
375 B
HTML

{% load i18n %}
{% load duration %}
{% blocktrans with item_url=event.item.url item_title=event.item.display_title %}
boosted your rating on <a href="{{ item_url }}">{{ item_title }}</a>
{% endblocktrans %}
<blockquote class="tldr" _="on click toggle .tldr on me">
<span>
{% if event.piece.grade %}{{ event.piece.grade|rating_star }}{% endif %}
</span>
</blockquote>