A list of all torrents.
Name
{#if isShow}
Seasons
{/if}
Download Status
Quality
File Path Suffix
Imported
{#if user().is_superuser}
Actions
{/if}
{#each torrents as torrent (torrent.torrent_id)}
{torrent.torrent_title}
{#if isShow}
{convertTorrentSeasonRangeToIntegerRange(
(torrent as components['schemas']['RichSeasonTorrent']).seasons!
)}
{/if}
{getTorrentStatusString(torrent.status)}
{getTorrentQualityString(torrent.quality)}
{torrent.file_path_suffix}
{#if user().is_superuser}
{#if 'finished' !== getTorrentStatusString(torrent.status)}
{/if}
{/if}
{/each}