mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-01-11 07:27:58 +00:00
18 lines
668 B
Twig
18 lines
668 B
Twig
<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>
|
|
{{ 'deleted 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 class="float-right">
|
|
{{ added | format_ago }}
|
|
</div> |