{% extends "w_base.html" %} {% load static from staticfiles %} {% load request_tags %} {% load bootstrap %} {% load workshift_tags %} {% block w_content %}
Title | Starts | Ends | Hours | Workshifter | Verifier | Action |
---|---|---|---|---|---|---|
{{ shift.title }} | {{ shift.start_time }} | {{ shift.end_time }} |
{% if shift.intended_hours == shift.hours %}
{{ shift.hours }}
{% else %}
|
{% if shift.workshifter %}
{{ shift.workshifter.user.get_full_name }}
{% elif shift.liable %}
|
{% if shift.blown %} BLOWN {% elif shift.verifier %} {{ shift.verifier.user.get_full_name }} {% endif %} | {% for form in forms %} {% endfor %} |
Title | Hours | Workshifter | Verifier | Action |
---|---|---|---|---|
{{ shift.title }} |
{% if shift.intended_hours == shift.hours %}
{{ shift.hours }}
{% else %}
|
{% if shift.workshifter %} {{ shift.workshifter.user.get_full_name }} {% endif %} |
{% if shift.blown %}
BLOWN
{% elif shift.verify == 'A' %}
Auto Verify
{% elif shift.verifier %}
{{ shift.verifier.user.get_full_name }}
{% elif shift.liable %}
|
{% for form in forms %} {% endfor %} |