{% trans "Create a Paxalia package" %}
{% trans "Choose the registered models that should travel together. Relationships and supported translations are preserved by the package engine." %}
{% extends "paxalia/base.html" %} {% load static i18n %} {% block title %}{% trans "Paxalia Packages" %} · {% trans "Paxalia Admin" %}{% endblock %} {% block page_title %}{% trans "Paxalia Packages" %}{% endblock %} {% block page_subtitle %}{% trans "Portable, validated application-data packages for Django" %}{% endblock %} {% block extra_css %}{% endblock %} {% block dashboard_content %}
{% trans "Create, validate, import, export, and review .paxalia packages without turning the package workspace into another crowded dashboard." %}
{% trans "Choose the registered models that should travel together. Relationships and supported translations are preserved by the package engine." %}
{% trans "Upload a package, inspect the preview, choose conflict behavior, and commit only after validation succeeds." %}
{% trans "No package operations have been recorded yet." %}
{% endfor %}