{{ t("import_history.source_" ~ batch.source_type) }}
{{ batch.created_at }}
{{ batch.source_name }}
{{ t("import_history.batch_tag") }}:
{{ batch.batch_tag }}
-
{% for label_key, value in [
("import_history.planned", batch.items_planned),
("import_history.written", batch.items_written),
("import_history.active_items", batch.active_items),
("import_history.deleted_items", batch.deleted_items),
("import_history.skipped", batch.skipped_count),
("import_history.status_mapped", batch.status_mapped),
("import_history.external_links", batch.external_links)
] %}
- {{ t(label_key) }}
- {{ value }}