{% extends "admin/base_site.html" %} {% load i18n %} {% block title %}Pull Forms from Remote | {{ site_title|default:_('Django site admin') }}{% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %} {% include "admin/django_forms_workflows/_sync_diff.html" %}{{ error }}
{% endif %} {# ── Step 2: Results ──────────────────────────────────────────────────── #} {% if step == 2 %}Created: {{ counts.created }} | Updated: {{ counts.updated }} | Skipped: {{ counts.skipped }}
| Slug | Name | Action |
|---|---|---|
| {{ form_obj.slug }} | {{ form_obj.name }} | {% if action == "created" %}✓ Created {% elif action == "updated" %}↻ Updated {% else %}— Skipped{% endif %} |
Connected to {{ remote_name }}. Select the forms you want to import:
{% if remote_forms %} {% else %}No forms found on the remote instance.
← Try another remote {% endif %} {# ── Step 0: Remote picker ────────────────────────────────────────────── #} {% else %}Choose a configured remote instance or enter a URL and token manually.
{% endif %} {% endblock %}