const backend_api = '/zetikettes/srv/'; const zetikettes = [ { 'title': 'Aromate thym', 'sticker': 'Aromate - Thym.svg', 'subs': { 'dluo': 'décembre 2023', 'lot': '0722-2', 'qty': '40', }, 'landscape': false, }, { 'title': 'Chocolat lavande', 'sticker': 'Chocolat - Lavande.svg', 'subs': { 'dluo': 'décembre 2023', 'lot': '0722-2', 'qty': '100', }, 'landscape': false, }, { 'title': 'Gelée de cassis', 'sticker': 'Gelée - Cassis.svg', 'subs': { 'dluo': 'décembre 2023', 'fruit': '80g', 'teneur': '50%', 'lot': '0722-2', 'qty': '370', }, 'landscape': true, }, { 'title': 'Pesto ail des ours', 'sticker': 'Pesto - Ail des Ours - 100% Olive.svg', 'subs': { 'dluo': 'décembre 2023', 'lot': '0722-2', 'qty': '150', }, 'landscape': true, }, { 'title': 'Sel salade sans basilic', 'sticker': 'Sel - Salade - Sans Basilic.svg', 'subs': { 'dluo': 'décembre 2023', 'lot': '0722-2', 'qty': '40', }, 'landscape': true, }, { 'title': 'Sirop de cassis', 'sticker': 'Sirop - Cassis.svg', 'subs': { 'dluo': 'décembre 2023', 'lot': '0722-2', 'qty': '75', }, 'landscape': false, }, { 'title': 'Tisane digestion', 'sticker': 'Tisane - Digestion.svg', 'subs': { 'dluo': 'décembre 2023', 'lot': '0722-2', 'qty': '25', }, 'landscape': false, }, ]; $(document).ready(() => { const appbody = $("#appbody"); for (let zett of zetikettes) { const block = $('