{% extends 'timepiece/time-sheet/base.html' %} {% load timepiece_tags %} {% block title %}Projection Summary{% endblock %} {% block content %}

Projection Summary

{% date_filters "months" %}
{% for contract in contracts %} {% for week in weeks %} {% endfor %} {% for assignment in contract.assignments.select_related %} {% for week in weeks %} {% endfor %} {% endfor %} {% endfor %} {% for week in weeks %} {% endfor %} {% for user in users %} {% for week in weeks %} {% endfor %} {% endfor %}
{{ contract }} (Due {{ contract.end_date|date:"n/j" }}) - Remaining: {{ contract.hours_remaining }}, Allocated: {{ contract.hours_allocated }}
  Assigned Worked{{ week|date:"n/j" }}Allocated
{{ assignment.user }} {{ assignment.num_hours }}{% if assignment.min_hours_per_week %}({{ assignment.min_hours_per_week }}){% endif %} {{ assignment.hours_worked }}{% hours_for_assignment assignment week %}{% total_allocated assignment %}
   
     {{ week|date:"m/j" }}
{{ user }}    {% hours_for_week user week %}
{% endblock %}