Time Utilization by {{ report.client ? report.client.client : "no client selected" }}

Dedicated Resources ({{ resources | length }})

From {{ report.from | date('F jS, Y') }} to {{ report.to | date('F jS, Y') }} - Total Hours: {{ totalHours | round(2) }}

{% for row in results %} {% endfor %}
Business Unit Total Hours Spent Consultant hours Client Contact
{{ report.client ? report.client.client : "/** no client selected **/" }}
    {% for contact in contacts %}
  • {{ contact.contact }}
  • {% endfor %}
{{ row['assignment'] }} {{ row['totalHours'] }} {{ row['hoursByUser'] }}