{% load static from staticfiles %} {% load workshift_tags %} {% load bootstrap %} {% for pool in pools %} {% endfor %} {% for workshifter, pool_hours in workshifters %} {% for hours in pool_hours %} {% endfor %} {% endfor %}
First Name Last Name E-mail{{ pool.title }}
{{ workshifter.user.first_name }} {{ workshifter.user.last_name }} {{ workshifter.user.email }} {% 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 %}