{% load helpers %} {% load i18n %}
{% trans "Current shard:" %} {{ execution_state.current_model_string }} {% trans "rows" %} {{ execution_state.current_row_count|default:0 }}/{{ execution_state.current_row_total }}
{% endif %} {% if not job %} {% trans "Cannot show progress, no sync job exists anymore." %} {% elif statistics %}| {{ model }} | {% utilization_graph util %} |
|---|
{% if active_stage == 'merge' %}
{% trans "Merge progress pending..." %}
{% else %}
{% trans "Ingestion progress pending..." %}
{% trans "Last updated" %} {% now "H:i:s" %}
{% endif %}