{% extends "base_authenticated.html" %} {% block title %}Importing Data - {{ COMPANY_NAME }}{% endblock %} {% block extra_head %} {% endblock %} {% block page_title %}Importing Time Attendance Data{% endblock %} {% block content %}

Importing Data

{% if filename is string and ',' in filename %}

Files: {{ filename.split(', ')|length }} files

{{ filename }}

{% else %}

File: {{ filename }}

{% endif %}
0%
Initializing import...
Total Records: {{ total_rows }}
Processed: 0
Remaining: {{ total_rows }}

Import Completed Successfully!

{% endblock %}