{% extends "w_base.html" %} {% load static from staticfiles %} {% load request_tags %} {% load bootstrap %} {% load workshift_tags %} {% block w_content %}
Date | Hours | Workshifter | Action |
---|---|---|---|
{{ instance.date }} |
{% if shift.intended_hours == shift.hours %}
{{ shift.hours }}
{% else %}
|
{% 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 %} |