{% load static from staticfiles %} {% load workshift_tags %} {% load bootstrap %}
First Name | Last Name | {{ pool.title }} | {% endfor %}|
---|---|---|---|
{{ workshifter.user.first_name }} | {{ workshifter.user.last_name }} | {{ workshifter.user.email }} | {% for hours in pool_hours %}
{% if 0 > hours.standing %}
{{ hours.standing }}
{% else %}
{{ hours.standing }}
{% endif %}
{% if hours.first_date_standing %}
First Fines: {{ hours.first_date_standing|currency }} {% endif %} {% if hours.second_date_standing %} Second Fines: {{ hours.second_date_standing|currency }} {% endif %} {% if hours.third_date_standing %} Third Fines: {{ hours.third_date_standing|currency }} {% endif %} |
{% endfor %}