phpcomposeryggdrasilbittorrentjs-lesssymfonysphinxalt-webmagnetwikidistributedsocial-networkcatalogtorrentfederatedsqlitetracker
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.
26 lines
1.1 KiB
26 lines
1.1 KiB
1 year ago
|
<item>
|
||
|
<title>
|
||
|
{{ 'User' | trans }}
|
||
|
#{{ user.id }}
|
||
|
{{ 'have added poster edition' | trans }}
|
||
|
#{{ torrent.poster.id }}
|
||
|
{{ 'for torrent' | trans }}
|
||
|
{% if session.user.moderator or session.user.owner %}
|
||
|
{{ torrent.name }}
|
||
|
{% else %}
|
||
|
{% if torrent.status == false %}
|
||
|
#{{ torrent.id }} ({{ 'disabled' | trans }})
|
||
|
{% elseif torrent.approved == false %}
|
||
|
#{{ torrent.id }} ({{ 'waiting for approve' | trans }})
|
||
|
{% elseif torrent.sensitive == true and session.user.sensitive == true %}
|
||
|
#{{ torrent.id }}
|
||
|
{% 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_poster_edit', { torrentId : torrent.id, torrentPosterId : torrent.poster.id }) }}#activity-{{ id }}</guid>
|
||
|
<link>{{ url('torrent_poster_edit', { torrentId : torrent.id, torrentPosterId : torrent.poster.id }) }}#activity</link>
|
||
|
</item>
|