About to re-send {{ count }} event{{ '' if count == 1 else 's' }} from the last {{ window_label }}
{% if preview_errors %}
Note: some streams could not be read; the count may be incomplete.
{% endif %}
By stream
{% for stream, n in by_stream.items() %}
- {{ stream }}:
{% if n is none %}unavailable{% else %}{{ n }}{% endif %}
{% endfor %}
Re-send these events?