{% extends 'layouts/base.html' %} {% block content %}



Recovered missing data using the following parameters:


Start Date: {{ session['startdate'] }}
End Date: {{ session['enddate'] }}
From Schema: {{ session['source'] }}
To Schema: {{ session['target'] }}

Received {{ session['from_rows'] }} from SOURCE
Received {{ session['to_rows'] }} from TARGET
Table(s) successfully processed:
{% if failed_tables|length > 1 %} Unable to process data from the following table(s). Manual review of CSV files needed to resolve the issue:
{% endif %} {% if mismatchlist|length >= 1 %} Warning:
{% endif %}
{% endblock %}