{% set loc_title_bar=title_bar|default(0) %} {% set loc_limite=limite|default(0) %}
{% if loc_title_bar == 1 %}
{% endif %}
{% if loc_title_bar != 1 %}
{% endif %} {% if showpc == 1 %}
{{ 'Dim. Int: '|trans}}
{% endif %}
{% if showpc == 0 %}
{{ 'Dim. Int: '|trans}}
{{ 'Volume: '|trans}}
{{ 'Superficie: '|trans}}
{{ 'Portata: '|trans}}
{% endif %}
{% if loc_title_bar == 1 %}
{% endif %} {% if loc_title_bar == 1 %}
 
{% endif %}
{% if showdata|default(0) == 1 %}
{% if showLoadConstraints|default(false) == true %}
{{ 'Load constraints L: '|trans}} {{ loadConstraintsL|default(0) }}
{{ 'Load constraints W: '|trans}} {{ loadConstraintsW|default(0) }}
{{ 'Load constraints H: '|trans}} {{ loadConstraintsH|default(0) }}
{{ 'Load constraints Weight: '|trans}} {{ loadConstraintsP|default(0) }}
{% endif %}
{{ 'N. Items: '|trans}}
{{ 'Items tot. Weight: '|trans}}
{{ 'Fixings: '|trans}}
{{ 'Tare: '|trans}}
{{ 'Tot. Weight: '|trans}}
{{ 'Vol. Tot. Items: '|trans}}
{{ 'Vol. Items: '|trans}}
{{ 'Vol. Utile: '|trans}}
{{ 'Sup. Utile: '|trans}}
{% endif %}
{% if loc_title_bar == 1 %}
{% endif %} {% if showpcbar == 1 %}
{{ 'Items: '|trans}}
{{ 'Tot. Volume'|trans }}
0.0%
{{ 'Tot. Weight'|trans }}
0.0%
{{ 'Tot. Surface'|trans }}
0.0%
{% endif %}