{% block batch_report %}

Head From Index Log - {{ runtime }}

{{ command }}
{% if imports %}

Imported Stations

{% for record in imports %} {% endfor %}
Station Timestamp Warnings ({{ total_warnings }}) Errors ({{ total_errors }})
{{ record.index.site }} {{ record.index.begin }} {{ record.bound.parsed.warnings|length }} {{ record.bound.parsed.errors|length }}
{% endif %} {% if failed_imports %}

Failed Imports

{% for record in failed_imports %} {% endfor %}
Station Reason
{{ record.index.site }} {{ record.failed }}
{% endif %} {% endblock batch_report %}