{% extends 'core/base.html' %} {% block title %}Import Global Backup | Killian{% endblock %} {% block scripts %}{% if preview %}{% endif %}{% endblock %} {% block content %}

Import Global Backup

Scan a Killian JSON backup, review its organizations, then choose exactly what to import.

Back
{% if error %}
{{ error }}
{% endif %} {% if not preview %}
{% csrf_token %}
{% else %}
{% csrf_token %}

Organizations Found

{{ preview|length }} organization{{ preview|length|pluralize }} — nothing has been imported yet
{% for item in preview %}{% endfor %}
Cancel
{% endif %} {% endblock %}