{% extends 'base.html' %} {% load humanize %} {% load ui_extras %} {% block title %} {{ collection_set.name }} {% endblock %} {% block content_header %}
Description: {{ collection_set.description }}
{% endif %}Data collected: {{ collection_set.warcs_count|intcomma }} file{{ collection_set.warcs_count|pluralize }} ({{ collection_set.warcs_bytes|filesizeformat }})
{% if collection_set.stats %}Stats:
Group: {{collection_set.group }}
Id: {{ collection_set.collection_set_id }}
Created: {{ collection_set.date_added|date }}
Name | Harvest type | Active seeds | On/off/inactive |
---|---|---|---|
{{ collection.name }} | {{ collection.get_harvest_type_display }} | {{ collection.active_seed_count }} | {% if collection.is_on %} On {% elif collection.is_active %} Off {% else %} Inactive {% endif %} |
No collections yet.
{% endif %}