{% extends "w_base.html" %} {% load static from staticfiles %} {% load request_tags %} {% load bootstrap %} {% load workshift_tags %} {% block w_content %}
Preferred | Date | Title | Starts | Ends | Hours | Action |
---|---|---|---|---|---|---|
{% if preferred %}preferred{% endif %} | {{ shift.date }} | {{ shift.title }} | {{ shift.start_time }} | {{ shift.end_time }} |
{% if shift.intended_hours == shift.hours %}
{{ shift.hours }}
{% else %}
|
{% for form in forms %} {% endfor %} |