{% extends "admin/base_site.html" %} {% block content %}
{% csrf_token %}

Migrate data to another tenant

Selected {{ queryset.count }} record(s).

{% for obj in queryset %} {% endfor %}

Cancel
{% endblock %}