{% 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 "Paxalia Admin" %}/{% trans "Packages" %}
{% trans "Paxalia data layer" %}

{% trans "Move structured application data safely" %}

{% trans "Create, validate, import, export, and review .paxalia packages without turning the package workspace into another crowded dashboard." %}

{% trans "Applications" %}{{ application_count }}
{% trans "Registered models" %}{{ model_count }}
{% trans "Localization-ready" %}{{ localization_count }}
{% trans "Protected models" %}{{ protected_count }}
{% trans "Export" %}

{% trans "Create a Paxalia package" %}

{% trans "Choose the registered models that should travel together. Relationships and supported translations are preserved by the package engine." %}

{% trans "Start export" %}
{% trans "Import" %}

{% trans "Validate a Paxalia package" %}

{% trans "Upload a package, inspect the preview, choose conflict behavior, and commit only after validation succeeds." %}

{% trans "Start import" %}
{% trans "Safety and workflow" %}{% trans "Integrity, sensitive-field rules, encryption, preview, and atomic/partial import behavior" %}
{% trans "Format" %}.paxalia v1
{% trans "Integrity" %}SHA-256
{% trans "Sensitive data" %}{% trans "Redacted" %}
{% trans "Encrypted packages" %}AES-GCM
{% trans "Recent" %}

{% trans "Package operations" %}

{% trans "View all" %}
{% for item in recent_operations %}
{{ item.action }}{% if item.user %}{{ item.user }}{% else %}{% trans "System" %}{% endif %} · {{ item.detail }}
{% empty %}

{% trans "No package operations have been recorded yet." %}

{% endfor %}
{% endblock %}