9 lines
401 B
HTML
9 lines
401 B
HTML
{% load duration %}
|
|
replied to your mark on <a href="{{ event.item.url }}">{{ event.item.display_title }}</a>
|
|
<blockquote class="tldr" _="on click toggle .tldr on me">
|
|
<span>
|
|
{% if event.piece.mark.rating_grade %}{{ event.piece.mark.rating_grade|rating_star }}{% endif %}
|
|
</span>
|
|
{{ event.piece.mark.comment.html|safe }}
|
|
</blockquote>
|
|
{% include "events/_post.html" with post=event.reply %}
|