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

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