forked from OPSnet/Gazelle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcollector.twig
27 lines (22 loc) · 864 Bytes
/
collector.twig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{{ constant('SITE_NAME') }} Collector Summary for {{ title }}
User: {{ user.username }}
Passkey: {{ user.announceKey }}
Announce: {{ user.announceUrl }}
Torrent groups scanned: {{ total }}
Torrents included: {{ added }}
Torrent groups skipped: {{ skipped|length }}
Total size of torrents: {{ size|octet_size }}
Your buffer: {{ user.buffer[1]|octet_size }}
To download this collection as freeleech, you will need {{ tokens|number_format }} token{{ tokens|plural }}.
{% if error %}
Some torrents could not be added to the archive. See ERRORS.txt for details.
{% endif %}
{% if skipped %}
Albums unavailable given your criteria (consider making a request for your desired format)
{% for file in skipped %}
{{- file }}
{% endfor %}
{% endif %}
Date: {{ date }}
Used: {{ used|octet_size }}
CPU: {{ time|number_format(2) }} ms