{% extends 'base.html' %} {% load humanize %} {% block title %} {{ collection_set.name }} {% endblock %} {% block content_header %}
Id: {{ harvest.harvest_id }}
Requested: {{ harvest.date_requested }}
{% if harvest.date_started %}Started: {{ harvest.date_started }}
{% endif %} {% if harvest.date_ended %}Ended: {{ harvest.date_ended }}
{% endif %}Updated: {{ harvest.date_updated }}
Status: {{ harvest.get_status_display }}
{% if harvest.service %}Performed by: {{ harvest.service }} on {{ harvest.host }} ({{ harvest.instance }})
{% endif %}Harvest type: {{ harvest.harvest_type }}
{% if harvest.stats %}Stats:
Informational messages:
Warning messages:
Error messages:
WARCs: {{ harvest.warcs_count }} file{{ harvest.warcs_count|pluralize }} ({{ harvest.warcs_bytes|filesizeformat }})
{% endif %}This harvest requested by: {{ harvest.parent_harvest.get_harvest_type_display }} harvest ({{ harvest.parent_harvest.date_requested }})
{% endif %} {% if harvest.child_harvests.count %}This harvest requested: