13 lines
463 B
HTML
13 lines
463 B
HTML
![]() |
{% load i18n %}
|
||
|
{% load duration %}
|
||
|
{% blocktrans with item_url=event.item.url item_title=event.item.display_title %}
|
||
|
replied to 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>
|
||
|
{{ event.piece.html|safe }}
|
||
|
</blockquote>
|
||
|
{% include "event/_post.html" with post=event.reply %}
|