lib.itmens/social/templates/event/mentioned_comment.html
2024-04-20 12:55:21 -04:00

12 lines
478 B
HTML

{% load i18n %}
{% load duration %}
{% blocktrans with item_url=event.item.url item_title=event.item.display_title %}
replied to 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>
{% include "event/_post.html" with post=event.reply %}