{% extends "paxalia/base.html" %} {% load static i18n %} {% block title %}{% trans "Export" %} · {{ definition.verbose_name_plural }} · {% trans "Paxalia Admin" %}{% endblock %} {% block page_title %}{% trans "Export" %} {{ definition.verbose_name_plural }}{% endblock %} {% block page_subtitle %}{% trans "Create a portable .paxalia package" %}{% endblock %} {% block extra_css %}{% endblock %} {% block dashboard_content %}
{{ definition.label }}

{% trans "Export data" %}

{% trans "Exports use the registered ModelAdmin queryset and Paxalia's redaction rules." %}

{% csrf_token %}
{% trans "Scope" %}

{% trans "Choose what to export" %}

{% trans "The current selection is limited to records visible to this ModelAdmin." %}

{% trans "Sensitive fields are excluded from ordinary package content. The resulting .paxalia file is returned as a direct download." %}

{% trans "Cancel" %}
{% endblock %} {% block page_scripts %}{% endblock %}