{% extends "paxalia/base.html" %} {% load static i18n %} {% block title %}{% trans "Export Package" %} · {% trans "Paxalia Admin" %}{% endblock %} {% block page_title %}{% trans "Export package" %}{% endblock %} {% block page_subtitle %}{% trans "Choose the registered models that should travel together" %}{% endblock %} {% block extra_css %}{% endblock %} {% block dashboard_content %}
{% trans "Select one or more registered models. Paxalia exports only data visible through each model's Django Admin queryset." %}