{% extends "admin/base_site.html" %} {% load i18n %} {% block title %}Push Forms to 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 %}Forms pushed successfully to {{ remote_name }}.
{% with r=push_result %}Created: {{ r.created }} | Updated: {{ r.updated }} | Skipped: {{ r.skipped }}
{% if r.results %}| Slug | Name | Action |
|---|---|---|
{{ row.slug }} |
{{ row.name }} | {% if row.action == "created" %}✓ Created {% elif row.action == "updated" %}↻ Updated {% else %}— Skipped{% endif %} |
Select forms to push to {{ remote_name }}:
{# ── Step 0: Pick remote ─────────────────────────────────────────────── #} {% else %}