{% extends 'simple.html.twig' %} {% block content %}

{% trans %}Αντιστοίχιση Rack - Crate{% endtrans %}

${ errorMessage }$

${ message }$

{% trans %}OK{% endtrans %}
{% trans %}Τέλος{% endtrans %}
${ table[8][0] }$${ table[8][1] }$
${ table[7][0] }$${ table[7][1] }$
${ table[6][0] }$${ table[6][1] }$
${ table[5][0] }$${ table[5][1] }$
${ table[4][0] }$${ table[4][1] }$
${ table[3][0] }$${ table[3][1] }$
${ table[2][0] }$${ table[2][1] }$
${ table[1][0] }$${ table[1][1] }$
${ table[0][0] }$${ table[0][1] }$
S ${ this.$root.$data.step }$
B ${ this.$root.$data.scannedBarcode }$
RA ${ this.$root.$data.racks }$
CI ${ this.$root.$data.crates }$
RAC ${ this.$root.$data.rack }$
{% endblock %} {% block js %} {{ parent() }} {% endblock %}