{% from "macros/actions.html" import delete_button %} {% macro upload_row(upload, current_account, config, header_start=1) %}
Upload has not yet been reviewed, and is not visible in public lists
{% endif %} {{ upload.dataset.slug }} {% if upload.dataset_parts %}{{ upload.description }}
{{ upload.method }}
{{ upload.torrent.file_name }} | |
Uploaded By | @{{ upload.account.username }} |
Seeders | {{ seeders(upload.seeders) }} |
Downloaders | {{ downloaders(upload.leechers) }} |
Size | {{ upload.human_size }} |
Torrent Size | {{ upload.human_torrent_size }} |
Files | {{ upload.torrent.files | length }} |
Piece size | {{ upload.torrent.human_piece_size }} |
Version | {{ upload.torrent.version }} |
Short Hash | {{ upload.torrent.short_hash }} |
v1 Infohash | {{ upload.torrent.v1_infohash }} |
v2 Infohash | {{ upload.torrent.v2_infohash }} |
Created | |
Updated | |
Actions | {{ delete_button(url=delete_url, item_type="upload", name=upload.infohash)}} |
review status: unapproved {{ review_buttons(upload, config) }}
|
URL | Updated | ||
---|---|---|---|
{{ tracker_link.tracker.announce_url }} | {{ seeders(tracker_link.seeders) }} | {{ downloaders(tracker_link.leechers) }} | {% if tracker_link.last_scraped_at %} {% else %} — {% endif %} |