{% extends "base.html" %} {% block content %}

Items

Reset
{% for row in data.rows %} {% else %} {% endfor %}
ID Create exec Last exec Identifier Data Schema Status Priority Retries Started Finished Error
{{ row.id }} {% if row.create_execution %} {{ row.create_execution }} {% else %} — {% endif %} {% if row.last_execution %} {{ row.last_execution }} {% else %} — {% endif %} {{ row.item_identifier or "—" }} {% if row.item_data_full %}
{{ row.item_data_preview }}
{% else %} {% endif %}
{% if row.processing_schema_full %}
{{ row.processing_schema_preview }}
{% else %} {% endif %}
{{ row.status }} {{ row.priority or 0 }} {%- set retries_used = row.retry_count if row.retry_count is not none else 0 -%} {%- set retries_max = row.max_retries if row.max_retries is not none else 0 -%} {%- if retries_max <= 0 -%} {{ retries_used }}/∞ {%- else -%} {{ retries_used }}/{{ retries_max }} {%- endif -%} {{ row.started_at or "—" }} {{ row.finished_at or "—" }} {{ row.error_message or "" }}
No items matched the current filters.
{% include "_pagination.html" %} {% endblock %} {% block scripts %} {% endblock %}