Job Report
{% include 'jobs/job_report_task_list.html' with jobs=in_design title='Design' %}
{% include 'jobs/job_report_task_list.html' with jobs=in_fab title='Fab' %}
{% include 'jobs/job_report_xmtl_list.html' with jobs=at_engineering title='Engineering' %}
{% include 'jobs/job_report_xmtl_list.html' with jobs=at_submittal title='Submittal' %}
Open Tasks
{% regroup tasks by detailer as detailer_tasks %}
{% for d in detailer_tasks %}
-
{{ d.grouper }}
{% for t in d.list %}
- {{ t }}
{% endfor %}
{% endfor %}
{% endblock %}