{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block title %}{{ object }} - {% trans "Dependency Preview" %}{% endblock %} {% block extra_controls %} {% trans "Sync" %} {% trans "Export JSON" %} {% endblock extra_controls %} {% block content %}
| {% trans "Snapshot" %} | {{ payload.context.snapshot_id|placeholder }} |
|---|---|
| {% trans "Selector" %} | {{ payload.context.snapshot_selector|placeholder }} |
| {% trans "Planned shards" %} | {{ plan_preview.planned_shards|placeholder }} |
| {% trans "Estimated changes" %} | {{ plan_preview.estimated_changes|placeholder }} |
| {% trans "Models" %} | {{ plan_preview.model_count|placeholder }} |
| {% trans "Retry risk" %} | {{ plan_preview.retry_risk|placeholder }} |
| {% trans "Status" %} | {{ delete_plan.status|placeholder }} |
|---|---|
| {% trans "Delete rows" %} | {{ delete_plan.delete_rows|placeholder }} |
| {% trans "Delete shards" %} | {{ delete_plan.delete_shards|placeholder }} |
| {% trans "Max delete shard" %} | {{ delete_plan.max_delete_shard_changes|placeholder }} |
| {% trans "Index" %} | {% trans "Model" %} | {% trans "Changes" %} | {% trans "Upserts" %} | {% trans "Deletes" %} | {% trans "Fetch" %} | {% trans "Engine" %} |
|---|---|---|---|---|---|---|
| {{ item.index }} | {{ item.model }} | {{ item.estimated_changes }} | {{ item.upsert_count }} | {{ item.delete_count }} | {{ item.fetch_mode }} | {{ item.apply_engine }} |
| {% trans "No branch work is needed." %} | ||||||