{% load helpers %} {% load i18n %}
{% trans "Progress" %}
{% if not job %} {% trans "Cannot show progress, no sync Job exists anymore." %} {% elif statistics %} {% for model, util in statistics.items %} {% endfor %}
{{ model }} {% utilization_graph util %}
{% else %} {% trans "Ingestion progress pending..." %}
{% trans "Last updated" %} {% now "H:i:s" %} {% endif %}