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

6 lines
349 B
HTML
Raw Permalink Normal View History

2024-04-20 12:54:46 -04:00
{% load i18n %}
{% blocktrans with item_url=event.item.url item_title=event.item.display_title piece_url=event.piece.url piece_title=event.piece.title %}
replied to your review <a href="{{ piece_url }}">{{ piece_title }}</a> on <a href="{{ item_url }}">{{ item_title }}</a>
{% endblocktrans %}
{% include "event/_post.html" with post=event.reply %}