{% extends "layouts/base.html" %} {% load i18n %} {% load static %} {% block title %}{% trans "Review Import Summary" %} - PX360{% endblock %} {% block content %}
{{ hospital.name }}
{{ error }}
{% trans "Total Records" %}
{{ total_count|default:"0" }}
{% trans "New Patients" %}
{{ new_count|default:"0" }}
{% trans "Will be created" %}
{% trans "Existing Patients" %}
{{ existing_count|default:"0" }}
{% trans "Will be updated" %}
{% trans "With Mobile" %}
{{ has_mobile|default:"0" }}
{{ missing_mobile }} {% trans "missing mobile" %}
{% trans "All have mobile" %}
{% trans "No visit type data available" %}
{% trans "No patients found in import data." %}
... {% trans "and" %} {{ total_count|add:"-"|add:sample_count }} {% trans "more records" %}
{% trans "Ready to Import" %}
{% trans "All" %} {{ total_count }} {% trans "records will be processed. New patients will be created and existing ones updated." %}