{% extends "base.html" %} {% block title %}Batch {{ batch.batch_id[:12] }}...{% endblock %} {% block content %}
{{ batch.item_count }} entries
| # | Agent | Type | Summary | Entry ID |
|---|---|---|---|---|
| {{ entry.sequence }} | {{ entry._agent_name }} | {{ action_label(entry.action_type) }} | {{ entry.action_summary }} | {{ entry.entry_id[:16] }}... |
No entries found for this batch.