lib.itmens/social/templates/event/mentioned_rating.html

13 lines
463 B
HTML
Raw Permalink Normal View History

2024-05-20 11:57:11 -04:00
{% 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 %}