10 |
11 | {f:translate(key: 'heading', extensionName: 'cookieman')}
12 |
13 |
14 | {f:translate(
15 | key: 'introText', extensionName: 'cookieman',
16 | arguments: {
17 | 1: "{dataProtectionDeclarationLink -> f:spaceless()}",
18 | 2: "{imprintLink -> f:spaceless()}"
19 | }) -> f:format.raw()}
20 |
21 |
22 |
23 |
24 | {f:translate(key: 'settings', extensionName: 'cookieman')}
27 |
28 |
29 | {f:translate(
30 | key: 'settingsText', extensionName: 'cookieman',
31 | arguments: {1: "{settingsLink -> f:spaceless()}"
32 | }) -> f:format.raw()}
33 |
34 |
35 |
36 |
37 |
38 |
103 |
104 |
110 |
116 |
122 |
123 |
124 |