7 lines
348 B
Twig
Raw Normal View History

2023-10-13 23:06:20 +03:00
<item>
<title>{{ 'undefined event' | trans }} {{ 'by' | trans }} #{{ user.id }}</title>
<author>#{{ user.id }}</author>
<pubDate>{{ added | date('D, d M Y h:i:s O') }}</pubDate>
2023-10-13 23:52:37 +03:00
<guid>{{ url('user_info', { userId : user.id }) }}#activity-{{ id }}</guid>
<link>{{ url('user_info', { userId : user.id }) }}#activity</link>
2023-10-13 23:06:20 +03:00
</item>