{{ order.auto_number }}
{{ order._t_human.split()[0] }}
{{ order._temperature_air_str }}
{{ order._temperature_concrete_str }}
{% set customer = order._customer_record %}
{{ order.customer }}
{{ customer.address }}
{{ customer.zip }} {{ customer.city }}
IČO: {{ customer.company_idnum }}
DIČ: {{ customer.vat_idnum }}
{{ order.construction_site }}
{{ order.r_d_max }}
{{ order.r_air_content }}
{{ order.r_vc }}
{{ materials["Admixture_multiline"] }}
{{ order.r_consistency_class }}
{{ materials["Cement_oneline"] }}
{{ materials["Addition_oneline"] }}
{{ order.r_cl_content }}
{{ order.r_name }}
{{ order.r_exposure_classes }}
{{ order.r_number }}
{{ order.r_workability_time }}
{{ order.r_ufi_code }}
{{ order.volume }}
{{ order.comment }}
{{ delivery._water_cement_contact_t_human }}
{{ order.audit_changed_by }}
{{ delivery.car_registration_number }}
{{ delivery.driver_name }}
{{ delivery.site_distance or 0 }} km
{{ order._distance_driven_extra or 0 }}
{{ unload_time_quarter_hours_str }}
{{ delivery._construction_site_arrival_t_human }}
{{ delivery._unload_start_t_human.split()[1] }}
{{ delivery._unload_end_t_human.split()[1] }}
{% include 'printouts/_control_buttons.html' %}