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 %}
|