{% extends "layout.html" %} {% block content %}
Assign Weeks

Assign a week number (1-3) for each date in {{ period }}. These settings compute weekly OT.

{% if request.session.get('is_admin') %}
{% for d in days %} {% endfor %}
Date Week
{{ d.strftime("%A, %B %d, %Y") }}
{% else %}
You have view/print-only access. Assigning weeks is restricted to administrators.
{% endif %}
{% endblock %}