11 lines
420 B
HTML
11 lines
420 B
HTML
{% load i18n %}
|
|
{% load duration %}
|
|
{% blocktrans with item_url=event.item.url item_title=event.item.display_title %}
|
|
boosted your comment on <a href="{{ item_url }}">{{ item_title }}</a>
|
|
{% endblocktrans %}
|
|
<blockquote class="tldr" _="on click toggle .tldr on me">
|
|
<span>
|
|
{% if event.piece.rating_grade %}{{ event.piece.rating_grade|rating_star }}{% endif %}
|
|
</span>
|
|
{{ event.piece.html|safe }}
|
|
</blockquote>
|