{% if error %}
| Sender | Messages | Sample subjects |
|---|---|---|
|
{{ row.address }}
{% if row.label != row.address %}
{{ row.label }}
{% endif %}
|
{% if dry_run %}~{% endif %}{{ row.count }} |
{% for s in row.subjects %}
{{ s }}
{% else %}
—
{% endfor %}
|