-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample_data.hbs
More file actions
489 lines (489 loc) · 17.4 KB
/
Copy pathsample_data.hbs
File metadata and controls
489 lines (489 loc) · 17.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
{ "docs": [
{{#repeat min=400 max=500}}
{ "_id": "shop_{{step 1}}", "type": "shop", "id":
{{step 1}}, "name": "{{random "Leclerc" "Carrefour" "Intermarché" "Lidl" "Aldi" "Auchan" "Casino" "Super U" "Monoprix" "Franprix" "Biocoop" "Grand Frais"}}", "cityId":
{{int 1 70}}, "url": "{{random
"https://www.leclerc.fr"
"https://www.carrefour.fr"
"https://www.intermarche.fr"
"https://www.lidl.fr"
"https://www.aldi.fr"
"https://www.auchan.fr"
"https://www.casino.fr"
"https://www.magasins-u.com"
"https://www.monoprix.fr"
"https://www.franprix.fr"
"https://www.biocoop.fr"
"https://www.grandfrais.fr"
}}", "address": "{{random
"12 rue des Lilas"
"5 avenue des Champs"
"3 boulevard Haussmann"
"8 impasse des Fleurs"
"20 place de la République"
"45 rue du Commerce"
"15 avenue Jean Jaurès"
"7 boulevard Gambetta"
"30 rue de la Gare"
"18 place du Marché"
}}", "average_cart_adult":
{{float 10 150}}, "average_cart_kid":
{{float 10 100}}, "items": [
{{#repeat min=300 max=400}}
{ "idProduct":
{{int 1 500}}, "price":
{{float 0.55 15.99}}
}{{#unless @last}},{{/unless}}
{{/repeat}}
] }{{#unless @last}},{{/unless}}
{{/repeat}}, { "_id": "city_1", "type": "city", "id": 1, "name": "Troyes", "postal_code": "10000" }, { "_id": "city_2", "type": "city", "id": 2, "name": "Lyon", "postal_code": "69000" }, { "_id":
"city_3", "type": "city", "id": 3, "name": "Paris", "postal_code": "75000" }, { "_id": "city_4", "type": "city", "id": 4, "name": "Marseille", "postal_code": "13000" }, { "_id": "city_5", "type":
"city", "id": 5, "name": "Bordeaux", "postal_code": "33000" }, { "_id": "city_6", "type": "city", "id": 6, "name": "Nantes", "postal_code": "44000" }, { "_id": "city_7", "type": "city", "id": 7,
"name": "Strasbourg", "postal_code": "67000" }, { "_id": "city_8", "type": "city", "id": 8, "name": "Lille", "postal_code": "59000" }, { "_id": "city_9", "type": "city", "id": 9, "name": "Toulouse",
"postal_code": "31000" }, { "_id": "city_10", "type": "city", "id": 10, "name": "Nice", "postal_code": "06000" }, { "_id": "city_11", "type": "city", "id": 11, "name": "Rennes", "postal_code": "35000"
}, { "_id": "city_12", "type": "city", "id": 12, "name": "Reims", "postal_code": "51100" }, { "_id": "city_13", "type": "city", "id": 13, "name": "Le Havre", "postal_code": "76600" }, { "_id":
"city_14", "type": "city", "id": 14, "name": "Saint-Étienne", "postal_code": "42000" }, { "_id": "city_15", "type": "city", "id": 15, "name": "Toulon", "postal_code": "83000" }, { "_id": "city_16",
"type": "city", "id": 16, "name": "Grenoble", "postal_code": "38000" }, { "_id": "city_17", "type": "city", "id": 17, "name": "Dijon", "postal_code": "21000" }, { "_id": "city_18", "type": "city",
"id": 18, "name": "Angers", "postal_code": "49000" }, { "_id": "city_19", "type": "city", "id": 19, "name": "Nîmes", "postal_code": "30000" }, { "_id": "city_20", "type": "city", "id": 20, "name":
"Villeurbanne", "postal_code": "69100" }, { "_id": "city_21", "type": "city", "id": 21, "name": "Le Mans", "postal_code": "72000" }, { "_id": "city_22", "type": "city", "id": 22, "name":
"Aix-en-Provence", "postal_code": "13100" }, { "_id": "city_23", "type": "city", "id": 23, "name": "Clermont-Ferrand", "postal_code": "63000" }, { "_id": "city_24", "type": "city", "id": 24, "name":
"Brest", "postal_code": "29200" }, { "_id": "city_25", "type": "city", "id": 25, "name": "Tours", "postal_code": "37000" }, { "_id": "city_26", "type": "city", "id": 26, "name": "Amiens",
"postal_code": "80000" }, { "_id": "city_27", "type": "city", "id": 27, "name": "Limoges", "postal_code": "87000" }, { "_id": "city_28", "type": "city", "id": 28, "name": "Annecy", "postal_code":
"74000" }, { "_id": "city_29", "type": "city", "id": 29, "name": "Perpignan", "postal_code": "66000" }, { "_id": "city_30", "type": "city", "id": 30, "name": "Boulogne-Billancourt", "postal_code":
"92100" }, { "_id": "city_31", "type": "city", "id": 31, "name": "Metz", "postal_code": "57000" }, { "_id": "city_32", "type": "city", "id": 32, "name": "Besançon", "postal_code": "25000" }, { "_id":
"city_33", "type": "city", "id": 33, "name": "Orléans", "postal_code": "45000" }, { "_id": "city_34", "type": "city", "id": 34, "name": "Mulhouse", "postal_code": "68100" }, { "_id": "city_35",
"type": "city", "id": 35, "name": "Rouen", "postal_code": "76000" }, { "_id": "city_36", "type": "city", "id": 36, "name": "Caen", "postal_code": "14000" }, { "_id": "city_37", "type": "city", "id":
37, "name": "Nancy", "postal_code": "54000" }, { "_id": "city_38", "type": "city", "id": 38, "name": "Argenteuil", "postal_code": "95100" }, { "_id": "city_39", "type": "city", "id": 39, "name":
"Montreuil", "postal_code": "93100" }, { "_id": "city_40", "type": "city", "id": 40, "name": "Saint-Denis", "postal_code": "93200" }, { "_id": "city_41", "type": "city", "id": 41, "name": "Roubaix",
"postal_code": "59100" }, { "_id": "city_42", "type": "city", "id": 42, "name": "Tourcoing", "postal_code": "59200" }, { "_id": "city_43", "type": "city", "id": 43, "name": "Nanterre", "postal_code":
"92000" }, { "_id": "city_44", "type": "city", "id": 44, "name": "Avignon", "postal_code": "84000" }, { "_id": "city_45", "type": "city", "id": 45, "name": "Créteil", "postal_code": "94000" }, {
"_id": "city_46", "type": "city", "id": 46, "name": "Poitiers", "postal_code": "86000" }, { "_id": "city_47", "type": "city", "id": 47, "name": "Versailles", "postal_code": "78000" }, { "_id":
"city_48", "type": "city", "id": 48, "name": "Courbevoie", "postal_code": "92400" }, { "_id": "city_49", "type": "city", "id": 49, "name": "Vitry-sur-Seine", "postal_code": "94400" }, { "_id":
"city_50", "type": "city", "id": 50, "name": "Pau", "postal_code": "64000" }, { "_id": "city_51", "type": "city", "id": 51, "name": "La Rochelle", "postal_code": "17000" }, { "_id": "city_52", "type":
"city", "id": 52, "name": "Aubervilliers", "postal_code": "93300" }, { "_id": "city_53", "type": "city", "id": 53, "name": "Champigny-sur-Marne", "postal_code": "94500" }, { "_id": "city_54", "type":
"city", "id": 54, "name": "Antibes", "postal_code": "06600" }, { "_id": "city_55", "type": "city", "id": 55, "name": "Beziers", "postal_code": "34500" }, { "_id": "city_56", "type": "city", "id": 56,
"name": "Saint-Maur-des-Fossés", "postal_code": "94100" }, { "_id": "city_57", "type": "city", "id": 57, "name": "Cannes", "postal_code": "06400" }, { "_id": "city_58", "type": "city", "id": 58,
"name": "Calais", "postal_code": "62100" }, { "_id": "city_59", "type": "city", "id": 59, "name": "Dunkerque", "postal_code": "59140" }, { "_id": "city_60", "type": "city", "id": 60, "name": "Colmar",
"postal_code": "68000" }, { "_id": "city_61", "type": "city", "id": 61, "name": "Bourges", "postal_code": "18000" }, { "_id": "city_62", "type": "city", "id": 62, "name": "Quimper", "postal_code":
"29000" }, { "_id": "city_63", "type": "city", "id": 63, "name": "Vannes", "postal_code": "56000" }, { "_id": "city_64", "type": "city", "id": 64, "name": "Valence", "postal_code": "26000" }, { "_id":
"city_65", "type": "city", "id": 65, "name": "Ajaccio", "postal_code": "20000" }, { "_id": "city_66", "type": "city", "id": 66, "name": "Bayonne", "postal_code": "64100" }, { "_id": "city_67", "type":
"city", "id": 67, "name": "Chambéry", "postal_code": "73000" }, { "_id": "city_68", "type": "city", "id": 68, "name": "La Roche-sur-Yon", "postal_code": "85000" }, { "_id": "city_69", "type": "city",
"id": 69, "name": "Cholet", "postal_code": "49300" }, { "_id": "city_70", "type": "city", "id": 70, "name": "Lorient", "postal_code": "56100" },
{{#repeat 500}}
{ "_id": "product_{{step 1}}", "type": "product", "id":
{{step 1}}, "name": "{{random
"Bananes bio"
"Lait entier 1L"
"Lait demi-écrémé 1L"
"Lait écrémé 1L"
"Biscuits petit-déjeuner"
"Biscuits au chocolat"
"Crackers salés"
"Fromage comté AOP"
"Fromage emmental"
"Fromage camembert"
"Fromage chèvre bûche"
"Fromage roquefort"
"Yaourt nature x12"
"Yaourt aux fruits x8"
"Yaourt grec nature x4"
"Poulet fermier entier"
"Cuisses de poulet x4"
"Blanc de poulet x2"
"Steak haché 5% x4"
"Steak haché 15% x6"
"Côtes de porc x4"
"Rôti de bœuf"
"Rôti de porc"
"Riz basmati 1kg"
"Riz long grain 1kg"
"Riz complet 500g"
"Pâtes penne 500g"
"Pâtes spaghetti 500g"
"Pâtes coquillettes 500g"
"Pâtes farfalles 500g"
"Tomates grappe"
"Tomates cerises 250g"
"Tomates rondes"
"Pommes Golden"
"Pommes Gala"
"Pommes Granny Smith"
"Poires Williams"
"Poires Conférence"
"Carottes bio 1kg"
"Carottes nouvelles 500g"
"Poivrons rouges"
"Poivrons verts"
"Poivrons jaunes"
"Oignons jaunes 1kg"
"Oignons rouges 500g"
"Échalotes 250g"
"Ail rose"
"Ail blanc"
"Concombre long"
"Concombre mini x3"
"Salade iceberg"
"Salade batavia"
"Mâche 100g"
"Roquette 100g"
"Épinards frais 500g"
"Chocolat noir 70%"
"Chocolat au lait"
"Chocolat blanc"
"Café arabica moulu 250g"
"Café robusta moulu 250g"
"Café en grains 500g"
"Thé vert bio x20"
"Thé noir x20"
"Thé Earl Grey x20"
"Infusion camomille x20"
"Jus d'orange pressé 1L"
"Jus de pomme 1L"
"Jus multifruits 1L"
"Jus de tomate 1L"
"Pain complet 400g"
"Pain de mie nature"
"Pain de mie complet"
"Baguette tradition"
"Baguette classique"
"Pain aux céréales"
"Croissants x4"
"Pains au chocolat x4"
"Beurre doux 250g"
"Beurre demi-sel 250g"
"Beurre salé 250g"
"Œufs plein air x6"
"Œufs bio x6"
"Œufs x12"
"Jambon blanc 4 tranches"
"Jambon cru 4 tranches"
"Jambon de pays 4 tranches"
"Saumon fumé 4 tranches"
"Saumon fumé bio 4 tranches"
"Truite fumée 4 tranches"
"Thon au naturel x3"
"Sardines à l'huile x3"
"Maquereaux au vin blanc x2"
"Huile d'olive vierge 75cl"
"Huile de tournesol 1L"
"Huile de colza 75cl"
"Vinaigre balsamique 50cl"
"Vinaigre de vin rouge 75cl"
"Vinaigre de cidre 75cl"
"Sel de Guérande 500g"
"Sel fin 1kg"
"Fleur de sel 125g"
"Poivre noir moulu 50g"
"Poivre noir en grains 50g"
"Sucre blanc 1kg"
"Sucre roux 1kg"
"Sucre en morceaux 1kg"
"Miel de lavande 250g"
"Miel d'acacia 250g"
"Confiture fraise 370g"
"Confiture abricot 370g"
"Pâte à tartiner chocolat 400g"
"Pâte à tartiner noisette 400g"
"Céréales corn flakes 500g"
"Céréales muesli 500g"
"Céréales chocolat 375g"
"Farine de blé T55 1kg"
"Farine complète T110 1kg"
"Levure chimique x5"
"Levure boulangère fraîche"
"Lentilles vertes 500g"
"Lentilles corail 500g"
"Haricots rouges 500g"
"Haricots blancs 500g"
"Pois chiches 500g"
"Quinoa blanc 500g"
"Couscous moyen 500g"
"Boulgour 500g"
"Chips nature 150g"
"Chips barbecue 150g"
"Chips sel & vinaigre 150g"
"Cacahuètes grillées salées 200g"
"Amandes nature 200g"
"Noix de cajou 150g"
"Noisettes 200g"
"Sauce tomate basilic 400g"
"Sauce tomate provençale 400g"
"Ketchup 560g"
"Mayonnaise 475g"
"Moutarde de Dijon 350g"
"Cornichons 220g"
"Olives vertes 200g"
"Olives noires 200g"
"Crème fraîche épaisse 30cl"
"Crème liquide 33cl"
"Lait de coco 400ml"
"Coulis de tomate 500g"
"Purée de tomate 140g"
"Bouillon cube légumes x10"
"Bouillon cube volaille x10"
"Bouillon cube bœuf x10"
"Soupe tomate 1L"
"Soupe légumes 1L"
"Soupe poireaux pommes de terre 1L"
"Pizza Margherita surgelée"
"Pizza 4 fromages surgelée"
"Pizza chorizo surgelée"
"Lasagnes bolognaise surgelées"
"Poisson pané x10 surgelé"
"Nuggets de poulet x20 surgelé"
"Frites surgelées 1kg"
"Légumes vapeur mélangés 1kg"
"Haricots verts extra-fins 1kg"
"Petits pois 1kg"
"Épinards hachés 1kg"
"Glace vanille 500ml"
"Glace chocolat 500ml"
"Glace fraise 500ml"
"Sorbet citron 500ml"
"Eau minérale plate 1,5L"
"Eau minérale gazeuse 1,5L"
"Eau de source 1,5L"
"Coca-Cola 1,5L"
"Coca-Cola Zero 1,5L"
"Sprite 1,5L"
"Fanta Orange 1,5L"
"Ice Tea pêche 1,5L"
"Limonade 1,5L"
"Vin rouge Bordeaux 75cl"
"Vin rouge Côtes du Rhône 75cl"
"Vin blanc sec 75cl"
"Vin blanc moelleux 75cl"
"Rosé de Provence 75cl"
"Bière blonde 6x25cl"
"Bière ambrée 6x25cl"
"Cidre brut 75cl"
"Cidre doux 75cl"
"Champagne brut 75cl"
"Papier toilette x12 rouleaux"
"Essuie-tout x6 rouleaux"
"Mouchoirs en papier x10 boîtes"
"Liquide vaisselle citron 500ml"
"Liquide vaisselle menthe 500ml"
"Éponges x5"
"Lessive liquide 2L"
"Lessive en poudre 2kg"
"Adoucissant 1,5L"
"Savon de Marseille 400g"
"Gel douche neutre 250ml"
"Gel douche parfumé 250ml"
"Shampoing tous types 250ml"
"Shampoing antipelliculaire 250ml"
"Dentifrice menthe 75ml"
"Dentifrice blancheur 75ml"
"Brosse à dents souple"
"Brosse à dents medium"
"Déodorant spray 150ml"
"Déodorant roll-on 50ml"
"Crème hydratante visage 50ml"
"Crème mains 75ml"
"Rasoirs jetables x5"
"Mousse à raser 200ml"
"Couches taille 3 x44"
"Couches taille 4 x40"
"Lingettes bébé x72"
"Lait infantile 1er âge 800g"
"Lait infantile 2ème âge 800g"
"Petits pots légumes x2"
"Petits pots fruits x2"
"Compotes pomme x4"
"Compotes pomme-fraise x4"
"Gourdes de compote x4"
"Biscuits pour bébé"
"Céréales infantiles 250g"
"Coulis de fruits rouge 250g"
"Pâte feuilletée fraîche"
"Pâte brisée fraîche"
"Pâte sablée fraîche"
"Pâte à pizza fraîche"
"Taboulé oriental 300g"
"Salade composée 300g"
"Carottes râpées 250g"
"Céleri rémoulade 250g"
"Houmous 200g"
"Guacamole 200g"
"Tzatziki 200g"
"Tarama 200g"
"Rillettes de porc 180g"
"Rillettes de saumon 125g"
"Pâté de campagne 180g"
"Mousse de canard 180g"
"Foie gras de canard 125g"
"Saucisson sec"
"Chorizo fort"
"Mortadelle 10 tranches"
"Salami 10 tranches"
"Pâtes fraîches raviolis 250g"
"Pâtes fraîches tortellinis 250g"
"Gnocchi frais 400g"
"Tofu nature 200g"
"Tofu fumé 200g"
"Lait d'amande 1L"
"Lait de soja 1L"
"Lait d'avoine 1L"
"Yaourt soja nature x4"
"Fromage végétal râpé 200g"
"Steak végétal x2"
"Galettes végétales x4"
"Boisson énergisante 25cl"
"Sirop grenadine 75cl"
"Sirop menthe 75cl"
"Sirop citron 75cl"
"Chocolat chaud poudre 400g"
"Café soluble 100g"
"Chicorée soluble 100g"
"Lait concentré sucré 397g"
"Lait concentré non sucré 410g"
"Lait en poudre 400g"
"Crème dessert chocolat x4"
"Crème dessert vanille x4"
"Crème dessert caramel x4"
"Riz au lait x4"
"Semoule au lait x4"
"Île flottante x2"
"Mousse au chocolat x4"
"Tiramisu 2 portions"
"Éclair au chocolat x2"
"Paris-Brest"
"Tarte aux pommes 6 parts"
"Tarte citron meringuée 6 parts"
"Fondant au chocolat"
"Brownie chocolat"
"Cookies pépites chocolat x6"
"Madeleines nature x12"
"Financiers x8"
"Macarons assortis x6"
"Choux à la crème x4"
"Cannelés x4"
"Pain d'épices tranché 300g"
"Speculoos x12"
"Palmiers x6"
"Galettes bretonnes 200g"
"Palets bretons 125g"
"Calissons d'Aix 200g"
"Nougat de Montélimar 200g"
"Berlingots 150g"
"Caramels au beurre salé 150g"
"Guimauves 200g"
"Bonbons gélatine 200g"
"Bonbons acidulés 150g"
"Réglisse 100g"
"Chewing-gum menthe x10"
"Pastilles menthe 50g"
"Pastilles eucalyptus 45g"
"Sirop pour la toux 150ml"
"Spray nasal 20ml"
"Pansements assortis x20"
"Coton hydrophile 100g"
"Compresses stériles x20"
"Désinfectant 125ml"
"Alcool 70° 125ml"
"Paracétamol 500mg x16"
"Ibuprofène 400mg x12"
"Aspirine 500mg x20"
"Vitamine C x20"
"Magnésium x30"
"Complément multivitamines x30"
"Protections hygiéniques x16"
"Tampons x16"
"Protège-slips x30"
"Préservatifs x12"
"Test de grossesse"
"Thermomètre digital"
"Tire-bouchon"
"Ouvre-boîte"
"Économe"
"Couteau de cuisine"
"Planche à découper"
"Saladier plastique"
"Boîte hermétique 1L"
"Boîte hermétique 2L"
"Film alimentaire 50m"
"Papier aluminium 20m"
"Papier sulfurisé 8m"
"Sacs congélation x25"
"Sacs poubelle 30L x20"
"Sacs poubelle 50L x15"
"Allumettes longues x3"
"Bougies x6"
"Pile AA x4"
"Pile AAA x4"
"Ampoule LED E27 60W"
"Ampoule LED E14 40W"
"Multiprise 4 prises"
"Rallonge électrique 3m"
"Chargeur USB"
"Câble USB-C 1m"
"Écouteurs filaires"
"Casque audio Bluetooth"
"Souris sans fil"
"Clavier USB"
"Webcam HD"
"Clé USB 32Go"
"Carte SD 64Go"
"Disque dur externe 1To"
"Adaptateur secteur"
"Parapluie pliant"
"Sac cabas réutilisable"
"Gourde isotherme 50cl"
"Lunch box 1L"
"Thermos 75cl"
"Tasse isotherme 35cl"
"Assiettes carton x20"
"Gobelets plastique x50"
"Couverts plastique x30"
"Serviettes papier x100"
"Nappe papier"
"Bougies anniversaire x24"
"Ballons gonflables x10"
"Guirlande déco 3m"
"Confettis 50g"
"Serpentins x4"
"Masques jetables x50"
"Gel hydroalcoolique 100ml"
"Lingettes désinfectantes x40"
"Gants jetables x100"
"Tablier de cuisine"
"Torchon x3"
"Gant de cuisine"
"Manique x2"
"Passoire"
"Fouet de cuisine"
"Spatule"
"Louche"
"Cuillère en bois"
"Rouleau à pâtisserie"
"Moule à cake"
"Moule à tarte"
"Moule à muffins x6"
"Ramequins x4"
"Verre à eau x6"
"Verre à vin x6"
"Tasse à café x6"
"Bol céréales x4"
"Assiette plate x6"
"Assiette creuse x6"
"Assiette dessert x6"
"Couverts 24 pièces"
"Tire-bouchon sommelier"
"Décapsuleur"
"Carafe verre 1,5L"
"Pichet plastique 2L"
"Théière 1L"
"Cafetière italienne 6 tasses"
"Presse-agrumes manuel"
"Mixeur plongeant"
"Balance de cuisine"
"Minuteur cuisine"
"Entonnoir"
"Pinceau pâtisserie"
"Emporte-pièce x6"
"Grille de refroidissement"
"Papier cuisson réutilisable"
}}" }{{#unless @last}},{{/unless}}
{{/repeat}}
] }