phpcomposeryggdrasiljs-lessbittorrentsymfonysphinxalt-webwikidistributedsocial-networkcatalogtorrentmagnetfederatedsqlitetracker
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
727 B
20 lines
727 B
1 year ago
|
<item>
|
||
|
<title>
|
||
|
{{ 'User' | trans }}
|
||
|
#{{ user.id }}
|
||
|
{{ 'have approved torrent' | trans }}
|
||
|
{% if session.user.moderator or session.user.owner %}
|
||
|
{{ torrent.name }}
|
||
|
{% else %}
|
||
|
{% if torrent.sensitive == true %}
|
||
|
#{{ torrent.id }} ({{ 'sensitive' | trans }})
|
||
|
{% else %}
|
||
|
{{ torrent.name }}
|
||
|
{% endif %}
|
||
|
{% endif %}
|
||
|
</title>
|
||
|
<author>#{{ user.id }}</author>
|
||
|
<pubDate>{{ added | date('D, d M Y h:i:s O') }}</pubDate>
|
||
|
<guid>{{ url('torrent_info', { torrentId : torrent.id }) }}#activity-{{ id }}</guid>
|
||
|
<link>{{ url('torrent_info', { torrentId : torrent.id }) }}#activity</link>
|
||
|
</item>
|