{% extends 'base.html.twig' %} {% block body_id 'homepage' %} {# the homepage is a special page which displays neither a header nor a footer. this is done with the 'trick' of defining empty Twig blocks without any content #} {% block header %} {% endblock %} {% block js %} {% endblock %} {% block modal %}

ERROR

{% endblock %} {% block body %}
{{ 'Pz.'|trans }}

{{ "WEIGHT on document"|trans }}


;      

{{ "Fiscal ID: "|trans }}

{{ "VOLUME on document"|trans }}

      •    
         {{ "Mc"|trans }}   
      •    
         {{ "Mc"|trans }}   
      •    
         {{ "Mc"|trans }}   
      •    
         {{ "Mc"|trans }}   
  •        {{ "Mc"|trans }}      

    {{ "Volume ID: "|trans }}

Object Details:

View & Operation - [Reserved]

ID

{{ 'Weight [Kg]'|trans }}

V Inbound [Mc]

V Package [Mc]

V Surface [Mc]

V V-Shape [Mc]

W [M]

H [M]

L [M]

3D

DEP

3D
360° Quality Monitor Image
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %} {% block footer %} {% endblock %}