{% extends 'base.html.twig' %}
{% set titleName = "Batch Details " %}
{% block title %} POWER DATA | Batch : {{ batch.numberOfLot }} {% endblock %}
{% block page %} {{ batch.numberOfLot }} {% endblock %}
{% block breadcrumb %} {% if titleName != "Home" %} {{ titleName }} / {{ batch.numberOfLot }} {% endif %} {% endblock %}
{% block css %}
{% if batch.status > 1 %}
{% endif %}
{% endblock %}
{% block content %}
{{ batch.shipperBorderCode }}
Date: {{ batch.createdAt|date }}
{% set index = 1 %}
{% for order in returnBatchOrders %}
Num
Track ID
Dolibar Id
Total
Created At
Status
Action
{% set index = index + 1 %}
{% endfor %}
{{ index }}
{{ order.reference }}
{% if order.dolibarId is defined %}
{{ order.dolibarId }}
{% endif %}
{{ order.totalTtc }}
{{ order.createdAt|date("d/m/Y") }}
{% if order.orderParent is not null %}
View
{% endif %}
Num
Track ID
Dolibar Id
Total
Created At
Status
Action