|
|
@ -8,9 +8,6 @@ |
|
|
|
<a href="{{ path('torrent_info', { torrentId : torrent.id }) }}"> |
|
|
|
<a href="{{ path('torrent_info', { torrentId : torrent.id }) }}"> |
|
|
|
{{ torrent.name }} |
|
|
|
{{ torrent.name }} |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
{% if torrent.approved == false %} |
|
|
|
|
|
|
|
#{{ torrent.id }} ({{ 'waiting for approve' | trans }}) |
|
|
|
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
{% else %} |
|
|
|
{% else %} |
|
|
|
{% if torrent.approved == false %} |
|
|
|
{% if torrent.approved == false %} |
|
|
|
#{{ torrent.id }} ({{ 'waiting for approve' | trans }}) |
|
|
|
#{{ torrent.id }} ({{ 'waiting for approve' | trans }}) |
|
|
|