{% load helpers %} {% load i18n %}
{% trans "Progress" %} {% if job %} {% url 'plugins:forward_netbox:forwardingestion_progress' pk=job.object_id as progress_url %} {% include 'forward_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 merge_disabled=merge_disabled %} {% endif %}
{% 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 %}

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

{% endif %}