{% extends "paxalia/base.html" %} {% load static i18n %} {% block title %}{% trans "Import Result" %} · {% trans "Paxalia Admin" %}{% endblock %} {% block page_title %}{% trans "Import result" %}{% endblock %} {% block page_subtitle %}{% trans "Structured results from the Paxalia package operation" %}{% endblock %} {% block extra_css %}{% endblock %} {% block dashboard_content %}
{% if dry_run %}{% trans "The package was validated and planned without committing any database changes." %}{% else %}{% trans "The operation is now auditable and any reported failed records can be isolated into a retry package." %}{% endif %}
{% blocktrans with count=result.record_count %}{{ count }} records were evaluated by the package engine.{% endblocktrans %}
{% if result.errors %}