{% include 'partial_header.html' %}
{% if admin %}

Editing hours for {{user.netid}} for payperiod {{hoursform.start_date}}

{% else %}

Editing hours for payperiod {{hoursform.start_date}}

{% endif %}
{% for week in hoursform.weeks %} {% for day in week.days %} {% endfor %} {% for day in week.days %} {% endfor %} {% for day in week.days %} {% endfor %} {% endfor %}
Date{{ day.date.strftime("%a, %b %d") }}
Start{{ day.start_time }}
End{{ day.end_time }}
{{hoursform.complete}}
{%if admin%}{%endif%} {{hoursform.submit_hours}}

{% with messages = get_flashed_messages() %} {% if messages %}
{% for message in messages %} {{ message }}
{% endfor %}
{% endif %} {% endwith %}

{% include 'partial_footer.html' %}