{% load helpers %} {% load i18n %}
{% trans "Progress" %} {% url 'plugins:ipfabric_netbox:ipfabricingestion_progress' pk=job.object_id as progress_url %} {% include 'ipfabric_netbox/partials/stage_switcher_buttons.html' with base_url=progress_url hx_target="#ingestion_progress" hx_swap="outerHTML" active_stage=active_stage merge_job=merge_job %}
{% if not job %} {% trans "Cannot show progress, no sync Job exists anymore." %} {% else %} {% if statistics %} {% for model, util in statistics.items %} {% endfor %}
{{ model }} {% utilization_graph util %}
{% else %}

{% if active_stage == 'merge' %} {% trans "Merge progress pending..." %} {% else %} {% trans "Ingestion progress pending..." %}
{% trans "Last updated" %} {% now "H:i:s" %} {% endif %}

{% endif %} {% endif %}