{% extends 'intranet.html.twig' %} {% block page_title %}{{ 'dhl_freight.confirm_pending_expeditions' | trans }}{% endblock %} {% block page_content %}
Seleccionar todas las expediciones
{% set today = "today"|date("U") %} {% for expedition in expeditions %}

{# expedition.trackings[0].reference #} {{ expedition.carrierExpeditionId }}

{{ 'expedition.id' | trans}}: {{ expedition.id }} ({{ 'picking_list.singular' | trans}} {{ expedition.pickingList.name }})
{{ expedition.dateAdd|date('d/m/Y H:i') }}
{% for pallet in expedition.pallets %} {{ pallet.length }} cm X {{ pallet.width }} cm X {{ pallet.height }}cm ({{ pallet.weight }} kg.) {% endfor %}
{% endfor %}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}