{% extends 'intranet.html.twig' %} {% block page_title %}{{ 'entity.delivery_tracking_information'|trans }}{% endblock %} {% block page_content %}

{{ 'order.singular'|trans }} {{ orderReference }} ({% for pickingList in pickingLists %}{{ pickingList.name }}{% if loop.index != pickingLists| length %}, {% endif %}{% endfor %})

{% if justUpdated %}
{{ 'form.newly_updated'|trans }}.
{% else %}

{{ 'alert.outdated_saved_info'|trans }}. {{ 'alert.connect_agency'|trans }}

{% endif %} {% include 'order/tracking_info_results.html.twig' %} {% endblock %}