{{ project.name }}
Start:
{{ project.start }}
End:
{{ project.end }}
Duration:
{{ project.duration }} days
Holidays:
{{ project.holidays_iso }}{% if project.holidays %}: {{ project.holidays|join(', ') }}{% endif %}
Resources use:
{{ "%.2f" % project.resources_use }}%
{% for task in tasks %} {{ task["id"] }}
{% endfor %}
{% for month, num_days in view_months %}
{{ month }}
{% endfor %}
Resources
{% for date, business_day in view_days.items() %}
{{ date.day }}
{% endfor %} {% for resource in resources %}
{{ resource.name }}
{% for date, value in resource.view_assigned.items() %}
{% endfor %} {% endfor %}