{% extends "layout.html" %} {% block content %}
Preview Import
{% for row in preview %} {% endfor %}
Employee Status Rows
{{ row.employee_name }} {{ row.status }} {{ row.row_count }}
Start over Back to Viewer
Existing employees will have new rows appended (duplicates are skipped). New employees will be created automatically. {% if mode == 'initial' %} After import, the time period dates will be derived from the imported rows and you’ll assign weeks. {% else %} Dates not previously assigned to a week in this time period will be skipped. {% endif %}
{% endblock %}