YGGtracker/templates/default/activity/event/undefined.rss.twig

7 lines
348 B
Twig
Raw Normal View History

2023-10-13 20:06:20 +00: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 20:52:37 +00:00
<guid>{{ url('user_info', { userId : user.id }) }}#activity-{{ id }}</guid>
<link>{{ url('user_info', { userId : user.id }) }}#activity</link>
2023-10-13 20:06:20 +00:00
</item>