5 lines
244 B
HTML
5 lines
244 B
HTML
{% load i18n %}
|
|
{% blocktrans with piece_url=event.piece.url piece_title=event.piece.title %}
|
|
replied to your collection <a href="{{ piece_url }}">{{ piece_title }}</a>
|
|
{% endblocktrans %}
|
|
{% include "event/_post.html" with post=event.reply %}
|