{{ nav.tr("ecb-technical-history-hint") }}
{% if page.batches.is_empty() %}{{ nav.tr("ecb-no-attempts-hint") }}
{% else %}| # | {{ nav.tr("ecb-th-result") }} | {{ nav.tr("ecb-th-started") }} | {{ nav.tr("ecb-th-finished") }} | {{ nav.tr("ecb-th-took") }} | {{ nav.tr("ecb-th-window") }} | {{ nav.tr("ecb-th-observations") }} | {{ nav.tr("ecb-th-verified-through") }} |
|---|---|---|---|---|---|---|---|
| {{ batch.batch_id }} | {%- if batch.succeeded() %}{{ nav.tr("ecb-batch-succeeded") }} {%- else if batch.running() %}{{ nav.tr("ecb-batch-running") }} {%- else %}{{ nav.tr("ecb-batch-failed") }}{% endif -%} | {{ batch.started() }} | {%- if let Some(finished) = batch.finished() %}{{ finished }} {%- else %}{{ nav.tr("ecb-still-running") }}{% endif -%} | {%- if let Some(took) = batch.took(nav.locale) %}{{ took }} {%- else %}—{% endif -%} |
{{ batch.window() }}
{{ batch.endpoint }} |
{{ batch.observations(nav.locale) }} | {%- if let Some(date) = batch.verified_through_date %}{{ date }} {%- else %}—{% endif -%} |
| {{ message }} | |||||||
{{ nav.tr("ecb-audit-hint") }}
{% endif %}