{% block batch_report %}
| Station | Timestamp | Warnings ({{ total_warnings }}) | Errors ({{ total_errors }}) |
|---|---|---|---|
| {{ record.index.site }} | {{ record.index.begin }} | {{ record.bound.parsed.warnings|length }} | {{ record.bound.parsed.errors|length }} |
| Station | Reason |
|---|---|
| {{ record.index.site }} | {{ record.failed }} |