BitTorrent Network for Yggdrasil
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.
|
|
|
<div class="row">
|
|
|
|
<div class="column width-80">
|
|
|
|
<a href="{{ path('user_info', { userId : user.id }) }}">
|
|
|
|
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" />
|
|
|
|
</a>
|
|
|
|
{{ 'added locales edition' | trans }}
|
|
|
|
{% if torrent.locales.exist %}
|
|
|
|
<a href="{{ path('torrent_locales_edit', { torrentId : torrent.id, torrentLocalesId : torrent.locales.id }) }}">
|
|
|
|
#{{ torrent.locales.id }}
|
|
|
|
</a>
|
|
|
|
{% else %}
|
|
|
|
#{{ torrent.locales.id }}
|
|
|
|
{% endif %}
|
|
|
|
{{ 'for torrent' | trans }}
|
|
|
|
<a href="{{ path('torrent_info', { torrentId : torrent.id }) }}">
|
|
|
|
{{ torrent.name }}
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<div class="column width-20 text-right">
|
|
|
|
{{ added | format_ago }}
|
|
|
|
</div>
|
|
|
|
</div>
|