{% extends "layout_report.html" %} {% load tz %} {% load humanize %} {% load app_filters %} {% block styles %} {{ block.super }} {% endblock styles %} {% block content %} {{ block.super }} {% regroup production by line.group as line_group_list %} {% for line_group in line_group_list %} {% show_line_job_block line_group.list prolog show_comments %} {% show_summary line_group.list %} {% endfor %} {% endblock content %}