{% extends "layout.html" %} {% block content %}
Submitted Timesheets
{% if flash %}
{{ flash }}
{% endif %}
{% if active_ts %} Time Period Overview Export to BA {% endif %}
{% if submitted and submitted|length > 0 %} {% for row in submitted %} {% endfor %}
EmployeeSubmitted AtActions
{{ row.employee_name }} {% if row.submitted_at %}{{ row.submitted_at|fmt_dt }}{% endif %} View/Edit
{% else %}
No submitted timesheets for this period.
{% endif %}
{% endblock %}