{{ 'identicon' | trans }} {{ 'have approved locales edition' | trans }} {% if torrent.locales.exist %} #{{ torrent.locales.id }} {% else %} #{{ torrent.locales.id }} {% endif %} {{ 'for torrent' | trans }} {% if session.user.moderator or session.user.owner %} {{ torrent.name }} {% if torrent.approved == false %} #{{ torrent.id }} ({{ 'waiting for approve' | trans }}) {% endif %} {% 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 }} ({{ 'sensitive' | trans }}) {% else %} {{ torrent.name }} {% endif %} {% endif %}
{{ added | format_ago }}