{% extends "w_base.html" %} {% load static from staticfiles %} {% load request_tags %} {% load bootstrap %} {% load workshift_tags %} {% block w_content %}
First Name | Last Name | {% for pool in pools %}{{ pool.title }} | {% endfor %}
---|---|---|
{{ workshifter.user.first_name }} | {{ workshifter.user.last_name }} | {% for hours in pool_hours %}{% if 0 > hours.standing %} {{ hours.standing }} {% else %} {{ hours.standing }} {% endif %} | {% endfor %}