{% extends "w_base.html" %} {% load static from staticfiles %} {% load request_tags %} {% load bootstrap %} {% load workshift_tags %} {% block w_content %} {% if WORKSHIFT_MANAGER %}
| Title | Time | Hours |
|---|---|---|
| {{ shift.workshift_type.title }} | {% if shift.week_long %} Week long {% else %} {{ shift.get_day_display }} {% endif %} {{ shift.start_time }} {% if shift.start_time and shift.end_time %} - {% endif %} {{ shift.end_time }} | {{ shift.hours }} hour{{ shift.hours|pluralize }} |
| Pool | Title | Date | Start | End |
|---|---|---|---|---|
| {{ instance.pool }} | {{ instance.title }} | {{ instance.date }} | {% if instance.start_time %}{{ instance.start_time }}{% endif %} | {% if instance.end_time %}{{ instance.end_time }}{% endif %} |
| Title | Date | Hours | Status |
|---|---|---|---|
| {{ shift.title }} | {{ shift.date }} | {{ shift.hours }} | {% if shift.blown %}BLOWN{% elif shift.verifier %}- Verified by {{ shift.verifier.user.get_full_name }}{% endif %} |
| Title | Hours | Standing |
|---|---|---|
| {{ pool_hours.pool.title }} | {{ pool_hours.show_hours }} |
{% if 0 > pool_hours.standing %}
{{ pool_hours.standing }}
{% else %}
{{ pool_hours.standing }}
{% endif %}
{% if pool_hours.first_date_standing %}
First Fines: {{ pool_hours.first_date_standing|currency }} {% endif %} {% if pool_hours.second_date_standing %} Second Fines: {{ pool_hours.second_date_standing|currency }} {% endif %} {% if pool_hours.third_date_standing %} Third Fines: {{ pool_hours.third_date_standing|currency }} {% endif %} |
{{ profile.note|safe }}
{% endif %}