{% extends "paxalia/base.html" %} {% load static i18n %} {% block title %}{% trans "Import" %} · {{ definition.verbose_name_plural }} · {% trans "Paxalia Admin" %}{% endblock %} {% block page_title %}{% trans "Import" %} {{ definition.verbose_name_plural }}{% endblock %} {% block page_subtitle %}{% trans "Validate a .paxalia package before applying it" %}{% endblock %} {% block extra_css %}{% endblock %} {% block dashboard_content %}
{{ definition.label }}

{% trans "Import data" %}

{% trans "Validation happens before mutations. Imported content is never rendered as trusted HTML." %}

{% if preview %}
{% trans "Preview" %}

{% trans "Ready to import" %}

{% trans "Validated" %}
{% trans "Create" %}{{ preview.created }}
{% trans "Update" %}{{ preview.updated }}
{% trans "Skip" %}{{ preview.skipped }}
{% trans "Relationships" %}{{ preview.relationship_count }}
{% csrf_token %}
{% trans "Cancel" %}
{% else %}
{% csrf_token %}
{% trans "Package" %}

{% trans "Upload a .paxalia file" %}

{% trans "The package is copied to a private temporary location for the preview step and removed after completion." %}

{% trans "Cancel" %}
{% endif %}
{% endblock %}