{% extends "layout.html" %} {% block head %} {% if stage == "updatingdb" %} {% elif stage == "pdfprocessing" %} {% endif %} {% endblock %} {% block body %}

{% if stage == "pdfprocessing" %}



Extracting data from pdf...

This may a few minutes.

0%
{% elif stage == "fileselection" %}



Select your Bank Statement file





PDF Sample .XLSX Sample
{% elif stage == "uploadfailure" %}



Unexpected error ocurred. Please report the issue to your administrator.

{% elif stage == "updateconfirmation" %}



Are you sure you want to upload the table ?

Yes Cancel



{{ dataframe|safe }}


{% elif stage == "updatingdb" %}



Uploading ...

0%
{% elif stage == "dfview" %}



Confirm Upload or Download Table as .xlsx

Confirm Upload Download Table



{{ dataframe|safe }}


{% endif %}
{% endblock %}