|
21 | 21 | <!-- List --> |
22 | 22 | <xpath expr="//div[hasclass('col-lg-6')]/ul[hasclass('list-unstyled')]" position="replace"> |
23 | 23 | <ul class="list-unstyled my-3"> |
24 | | - <t t-call="website.s_product_catalog_dish"> |
25 | | - <t t-set="name">New York</t> |
26 | | - <t t-set="price">02.08.2025</t> |
27 | | - <t t-set="description">The Museum of Modern Art (MoMA)</t> |
28 | | - </t> |
29 | | - <t t-call="website.s_product_catalog_dish"> |
30 | | - <t t-set="name">Paris</t> |
31 | | - <t t-set="price">09.09.2025</t> |
32 | | - <t t-set="description">Digital Art Paris</t> |
33 | | - </t> |
34 | | - <t t-call="website.s_product_catalog_dish"> |
35 | | - <t t-set="name">Brussels</t> |
36 | | - <t t-set="price">12.11.2025</t> |
37 | | - <t t-set="description">Royal Museums of Fine Arts of Belgium</t> |
38 | | - </t> |
| 24 | + <t t-call="website.s_product_catalog_dish" |
| 25 | + name.translate="New York" |
| 26 | + price.translate="02.08.2025" |
| 27 | + description.translate="The Museum of Modern Art (MoMA)"/> |
| 28 | + <t t-call="website.s_product_catalog_dish" |
| 29 | + name.translate="Paris" |
| 30 | + price.translate="09.09.2025" |
| 31 | + description.translate="Digital Art Paris"/> |
| 32 | + <t t-call="website.s_product_catalog_dish" |
| 33 | + name.translate="Brussels" |
| 34 | + price.translate="12.11.2025" |
| 35 | + description.translate="Royal Museums of Fine Arts of Belgium"/> |
39 | 36 | </ul> |
40 | 37 | </xpath> |
41 | 38 | <!-- Title --> |
42 | 39 | <xpath expr="//div[hasclass('col-lg-6')][2]/h3[hasclass('h4-fs')]" position="replace"/> |
43 | 40 | <!-- List --> |
44 | 41 | <xpath expr="//div[hasclass('col-lg-6')][2]/ul[hasclass('list-unstyled')]" position="replace"> |
45 | 42 | <ul class="list-unstyled my-3"> |
46 | | - <t t-call="website.s_product_catalog_dish"> |
47 | | - <t t-set="name">Amsterdam</t> |
48 | | - <t t-set="price">02.08.2025</t> |
49 | | - <t t-set="description">Comput'Art</t> |
50 | | - </t> |
51 | | - <t t-call="website.s_product_catalog_dish"> |
52 | | - <t t-set="name">Berlin</t> |
53 | | - <t t-set="price">12.12.2025</t> |
54 | | - <t t-set="description">Berlin Art Week</t> |
55 | | - </t> |
56 | | - <t t-call="website.s_product_catalog_dish"> |
57 | | - <t t-set="name">London</t> |
58 | | - <t t-set="price">03.01.2026</t> |
59 | | - <t t-set="description">Abstract Vision</t> |
60 | | - </t> |
| 43 | + <t t-call="website.s_product_catalog_dish" |
| 44 | + name.translate="Amsterdam" |
| 45 | + price.translate="02.08.2025" |
| 46 | + description.translate="Comput'Art"/> |
| 47 | + <t t-call="website.s_product_catalog_dish" |
| 48 | + name.translate="Berlin" |
| 49 | + price.translate="12.12.2025" |
| 50 | + description.translate="Berlin Art Week"/> |
| 51 | + <t t-call="website.s_product_catalog_dish" |
| 52 | + name.translate="London" |
| 53 | + price.translate="03.01.2026" |
| 54 | + description.translate="Abstract Vision"/> |
61 | 55 | </ul> |
62 | 56 | </xpath> |
63 | 57 | </template> |
|
0 commit comments