| {{ tran("{since}") }}: | {{ datetime_since }} |
| {{ tran("{until}") }}: | {{ datetime_until }} |
| {{ tran("{Customer}") }}: | {{ customer }} |
| {{ tran("{ConstructionSite}") }}: | {{ site }} |
| {{ tran("{Recipe}") }}: | {{ recipe }} |
| {{ tran("{t_human}") }} | {{ tran("{Customer}") }} | {{ tran("{ConstructionSite}") }} | {{ tran("{registration_number}") }} | {{ tran("{Recipe}") }} | m³ | {{ tran("{sequence}") }} | m³ {{ tran("{tot.}") }} | {% for name in material_names %}{{ name }} | {% endfor %} {% for batch in batches %}
| {{ batch._production_start_t_human }} | {{ batch._delivery_order.customer }} | {{ batch._delivery_order.construction_site }} | {{ batch._delivery.car_registration_number }} | {{ batch._delivery_order.r_name }} | {{ batch.volume }} | {{ batch._batch_sequence_str }} | {{ batch._delivery_order.volume }} | {% for name in material_names %}{{ consumption_by_batch_and_material[(batch.id, "_{}_str".format(name))] }} | {% endfor %}