{% load thread_tags %} {% load workshift_tags %}

{{ result.object }} Workshift Pool

Managers
{% for pos in object.managers %}{{ result.object.title }} ({% if pos.incumbent %}{{ pos.incumbent|display_user:user }}{% else %}No incumbent{% endif %})
{% empty %} {% endfor %}
Sign out cutoff
{{ result.object.sign_out_cutoff }} hours
Verify cutoff
{{ result.object.verify_cutoff }} hours
Hour requirement
{{ result.object.show_hours }}
{% if result.object.first_fine_date %}
First fine date
{{ result.object.first_fine_date }}
{% endif %} {% if result.object.second_fine_date %}
First fine date
{{ result.object.second_fine_date }}
{% endif %} {% if result.object.third_fine_date %}
First fine date
{{ result.object.third_fine_date }}
{% endif %}