easyorders 0.1.14 → 0.1.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +93 -93
- package/dist/bin/cli.js +12 -5
- package/dist/template/theme/config.json +113 -95
- package/dist/template/theme/home-sections/Tilted-Scrolling-Marque/config.json +107 -0
- package/dist/template/theme/home-sections/Tilted-Scrolling-Marque/template.liquid +171 -0
- package/dist/template/theme/home-sections/category-mosaic/config.json +89 -4
- package/dist/template/theme/home-sections/category-mosaic/template.liquid +84 -69
- package/dist/template/theme/home-sections/different-hero/config.json +199 -0
- package/dist/template/theme/home-sections/different-hero/template.liquid +219 -0
- package/dist/template/theme/home-sections/editorial-feature/config.json +27 -1
- package/dist/template/theme/home-sections/editorial-feature/template.liquid +11 -10
- package/dist/template/theme/home-sections/newsletter-luxe/config.json +28 -2
- package/dist/template/theme/home-sections/newsletter-luxe/template.liquid +19 -13
- package/dist/template/theme/home-sections/runway-hero/config.json +87 -30
- package/dist/template/theme/home-sections/runway-hero/template.liquid +59 -29
- package/dist/template/theme/home-sections/shop-the-look/config.json +93 -1
- package/dist/template/theme/home-sections/shop-the-look/template.liquid +41 -19
- package/dist/template/theme/home-sections/slider-before-after/config.json +213 -0
- package/dist/template/theme/home-sections/slider-before-after/template.liquid +336 -0
- package/dist/template/theme/home-sections/test-hero-allbird/config.json +130 -0
- package/dist/template/theme/home-sections/test-hero-allbird/template.liquid +149 -0
- package/dist/template/theme/home-sections/trust-promise/config.json +76 -2
- package/dist/template/theme/home-sections/trust-promise/template.liquid +119 -96
- package/dist/template/theme/home-sections/zoom-parallax/config.json +48 -0
- package/dist/template/theme/home-sections/zoom-parallax/template.liquid +135 -0
- package/dist/template/theme/product-data-schema.json +27 -0
- package/dist/template/theme/schema.json +136 -151
- package/dist/template/theme/script.js +1095 -586
- package/dist/template/theme/sections/breadcrumbs.liquid +17 -17
- package/dist/template/theme/sections/categories.liquid +26 -10
- package/dist/template/theme/sections/fake-counter.liquid +27 -27
- package/dist/template/theme/sections/fake-stock.liquid +6 -6
- package/dist/template/theme/sections/fake-visitor.liquid +6 -6
- package/dist/template/theme/sections/featured-products.liquid +143 -110
- package/dist/template/theme/sections/fixed-buy-button.liquid +51 -46
- package/dist/template/theme/sections/footer.liquid +128 -129
- package/dist/template/theme/sections/gallery.liquid +65 -61
- package/dist/template/theme/sections/header.liquid +232 -152
- package/dist/template/theme/sections/home-products-grid.liquid +167 -109
- package/dist/template/theme/sections/list-products.liquid +136 -93
- package/dist/template/theme/sections/order-invoice.liquid +102 -154
- package/dist/template/theme/sections/product-description.liquid +40 -30
- package/dist/template/theme/sections/product-details.liquid +48 -63
- package/dist/template/theme/sections/products-grid.liquid +134 -86
- package/dist/template/theme/sections/related-products.liquid +152 -88
- package/dist/template/theme/sections/reviews.liquid +70 -55
- package/dist/template/theme/sections/slider.liquid +43 -43
- package/dist/template/theme/sections/thanks.liquid +33 -33
- package/dist/template/theme/style.css +5617 -3923
- package/dist/template/theme/theme-data.json +26 -9
- package/package.json +40 -40
|
@@ -1,152 +1,232 @@
|
|
|
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
|
-
|
|
1
|
+
<style>
|
|
2
|
+
:root {
|
|
3
|
+
--ab-main-container-top-padding: {{ theme_data.main_container_padding_top | default: 40 }}px;
|
|
4
|
+
}
|
|
5
|
+
</style>
|
|
6
|
+
<div
|
|
7
|
+
class="ab-theme"
|
|
8
|
+
style="
|
|
9
|
+
--ab-logo-height-desktop: {{ theme_data.logo_height_desktop | default: 47 }}px;
|
|
10
|
+
--ab-logo-height-mobile: {{ theme_data.logo_height_mobile | default: 20 }}px;
|
|
11
|
+
--ab-main-container-top-padding: {{ theme_data.main_container_padding_top | default: 40 }}px;
|
|
12
|
+
--ab-header-category-bg: {{ theme_data.header_category_strip_bg_color | default: '#e1dbd1' }};
|
|
13
|
+
--ab-header-category-text: {{ theme_data.header_category_strip_text_color | default: '#212a2f' }};
|
|
14
|
+
"
|
|
15
|
+
>
|
|
16
|
+
{% if announcement_config and announcement_config.text.size > 0 %}
|
|
17
|
+
{% assign first_announce_text = announcement_config.text | first | default: "" %}
|
|
18
|
+
{% assign announce_is_arabic = false %}
|
|
19
|
+
{% if lang == "ar" or first_announce_text contains "ا" or first_announce_text contains "ب" or first_announce_text contains "ت" or first_announce_text contains "ث" or first_announce_text contains "ج" or first_announce_text contains "ح" or first_announce_text contains "خ" %}
|
|
20
|
+
{% assign announce_is_arabic = true %}
|
|
21
|
+
{% endif %}
|
|
22
|
+
{% assign ann_repeat_count = 4 %}
|
|
23
|
+
{% if announcement_config.text.size <= 1 %}
|
|
24
|
+
{% assign ann_repeat_count = 8 %}
|
|
25
|
+
{% elsif announcement_config.text.size == 2 %}
|
|
26
|
+
{% assign ann_repeat_count = 6 %}
|
|
27
|
+
{% endif %}
|
|
28
|
+
<div class="ab-announce{% if announce_is_arabic %} ab-announce--arabic{% endif %}" data-ann-type="{{ announcement_config.type }}">
|
|
29
|
+
{% if announcement_config.type == "marquee" %}
|
|
30
|
+
<div class="ab-ann-marquee">
|
|
31
|
+
<div class="ab-ann-marquee-track">
|
|
32
|
+
{% for repeat_index in (1..ann_repeat_count) %}
|
|
33
|
+
{% for item in announcement_config.text %}
|
|
34
|
+
<span class="ab-ann-marquee-item">{{ item }}</span>
|
|
35
|
+
{% endfor %}
|
|
36
|
+
{% endfor %}
|
|
37
|
+
</div>
|
|
38
|
+
</div>
|
|
39
|
+
{% elsif announcement_config.type == "slider" %}
|
|
40
|
+
<div class="ab-ann-slider">
|
|
41
|
+
{% for item in announcement_config.text %}
|
|
42
|
+
<div class="ab-ann-slide{% if forloop.first %} ab-active{% endif %}">{{ item }}</div>
|
|
43
|
+
{% endfor %}
|
|
44
|
+
</div>
|
|
45
|
+
{% else %}
|
|
46
|
+
<div class="ab-ann-simple">
|
|
47
|
+
{% for item in announcement_config.text %}
|
|
48
|
+
<span>{{ item }}</span>
|
|
49
|
+
{% unless forloop.last %}<span class="ab-ann-sep">—</span>{% endunless %}
|
|
50
|
+
{% endfor %}
|
|
51
|
+
</div>
|
|
52
|
+
{% endif %}
|
|
53
|
+
</div>
|
|
54
|
+
{% elsif announcement_text and announcement_text != "" %}
|
|
55
|
+
<div class="ab-announce">
|
|
56
|
+
{{ announcement_text }}
|
|
57
|
+
</div>
|
|
58
|
+
{% endif %}
|
|
59
|
+
|
|
60
|
+
<header id="eo-header" class="ab-header">
|
|
61
|
+
<div class="ab-header-inner">
|
|
62
|
+
<div style="display:flex;align-items:center;">
|
|
63
|
+
<button id="eo-menu-btn" class="ab-hamburger" aria-label="Menu">
|
|
64
|
+
<svg class="ab-hamburger-icon size-6" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
|
|
65
|
+
<line stroke="currentColor" stroke-width="1.5" x1="6.65" y1="7.5" x2="18.35" y2="7.5"></line>
|
|
66
|
+
<line stroke="currentColor" stroke-width="1.5" x1="6.65" y1="12" x2="18.35" y2="12"></line>
|
|
67
|
+
<line stroke="currentColor" stroke-width="1.5" x1="6.65" y1="16.5" x2="13.85" y2="16.5"></line>
|
|
68
|
+
</svg>
|
|
69
|
+
</button>
|
|
70
|
+
<a href="/" class="ab-logo">
|
|
71
|
+
{% if logo %}
|
|
72
|
+
<img src="{{ logo }}" alt="{{ store_name }}" />
|
|
73
|
+
{% else %}
|
|
74
|
+
<span class="ab-logo-text">{{ store_name }}</span>
|
|
75
|
+
{% endif %}
|
|
76
|
+
</a>
|
|
77
|
+
</div>
|
|
78
|
+
|
|
79
|
+
<nav class="ab-nav">
|
|
80
|
+
{% for category in categories %}
|
|
81
|
+
{% if category.children.size > 0 %}
|
|
82
|
+
<div class="ab-dropdown">
|
|
83
|
+
<a href="{{ category.url }}" class="ab-dropdown-trigger">{{ category.name }}</a>
|
|
84
|
+
<div class="ab-dropdown-panel">
|
|
85
|
+
{% for child in category.children %}
|
|
86
|
+
<a href="{{ child.url }}">{{ child.name }}</a>
|
|
87
|
+
{% endfor %}
|
|
88
|
+
</div>
|
|
89
|
+
</div>
|
|
90
|
+
{% else %}
|
|
91
|
+
<a href="{{ category.url }}">{{ category.name }}</a>
|
|
92
|
+
{% endif %}
|
|
93
|
+
{% endfor %}
|
|
94
|
+
</nav>
|
|
95
|
+
|
|
96
|
+
<div class="ab-right">
|
|
97
|
+
<button type="button" id="header-lang-btn" class="ab-icon-btn lang-btn" aria-label="Change Language" hidden onclick="this.dispatchEvent(new CustomEvent('lang-click',{bubbles:true}))"></button>
|
|
98
|
+
|
|
99
|
+
<a href="/search" class="ab-icon-btn search-btn" aria-label="Search"></a>
|
|
100
|
+
|
|
101
|
+
{% if is_register_active %}
|
|
102
|
+
<button type="button" id="header-register" class="ab-icon-btn register-btn" aria-label="Register" onclick="this.dispatchEvent(new CustomEvent('register-click',{bubbles:true}))"></button>
|
|
103
|
+
{% endif %}
|
|
104
|
+
|
|
105
|
+
{% comment %} Desktop header: Wishlist link with live count badge & Compare button — dispatches compare-click event; count badges updated by JS
|
|
106
|
+
<a href="/wishlist" class="ab-icon-btn wishlist-btn" aria-label="Wishlist">
|
|
107
|
+
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"/></svg>
|
|
108
|
+
<span id="header-wishlist-count" class="ab-wishlist-count" hidden>{{ wishlist_count }}</span>
|
|
109
|
+
</a>
|
|
110
|
+
|
|
111
|
+
<button type="button" class="ab-icon-btn compare-btn" aria-label="Compare" onclick="this.dispatchEvent(new CustomEvent('compare-click',{bubbles:true}))">
|
|
112
|
+
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polyline points="16 3 21 8 16 13"/><line x1="21" y1="8" x2="9" y2="8"/><polyline points="8 21 3 16 8 11"/><line x1="3" y1="16" x2="15" y2="16"/></svg>
|
|
113
|
+
<span id="header-compare-count" class="ab-compare-count" hidden>{{ compare_count }}</span>
|
|
114
|
+
</button>
|
|
115
|
+
{% endcomment %}
|
|
116
|
+
|
|
117
|
+
<button type="button" class="ab-icon-btn cart-btn" aria-label="Cart" onclick="this.dispatchEvent(new CustomEvent('cart-click',{bubbles:true}))">
|
|
118
|
+
<span id="header-cart-count" class="ab-cart-count" hidden>{{ cart_count }}</span>
|
|
119
|
+
</button>
|
|
120
|
+
</div>
|
|
121
|
+
</div>
|
|
122
|
+
|
|
123
|
+
<div class="ab-header-category">
|
|
124
|
+
{% for category in categories %}
|
|
125
|
+
<a href="{{ category.url }}">{{ category.name }}</a>
|
|
126
|
+
{% endfor %}
|
|
127
|
+
</div>
|
|
128
|
+
</header>
|
|
129
|
+
|
|
130
|
+
<div id="eo-mobile-overlay" class="ab-mobile-overlay"></div>
|
|
131
|
+
<div id="eo-mobile-menu" class="ab-mobile-menu">
|
|
132
|
+
<div class="ab-mobile-menu-header">
|
|
133
|
+
<button id="eo-mobile-close" class="ab-mobile-close" aria-label="Close menu"></button>
|
|
134
|
+
<a href="/" class="ab-logo">
|
|
135
|
+
{% if logo %}
|
|
136
|
+
<img src="{{ logo }}" alt="{{ store_name }}" />
|
|
137
|
+
{% else %}
|
|
138
|
+
<span class="ab-logo-text">{{ store_name }}</span>
|
|
139
|
+
{% endif %}
|
|
140
|
+
</a>
|
|
141
|
+
</div>
|
|
142
|
+
<nav class="ab-mobile-nav">
|
|
143
|
+
{% for category in categories %}
|
|
144
|
+
{% if category.children.size > 0 %}
|
|
145
|
+
<div class="ab-mobile-accordion">
|
|
146
|
+
<button class="ab-mobile-accordion-trigger">
|
|
147
|
+
<span>{{ category.name }}</span>
|
|
148
|
+
<svg class="ab-accordion-arrow" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polyline points="6 9 12 15 18 9"/></svg>
|
|
149
|
+
</button>
|
|
150
|
+
<div class="ab-mobile-accordion-panel">
|
|
151
|
+
<a href="{{ category.url }}">All {{ category.name }}</a>
|
|
152
|
+
{% for child in category.children %}
|
|
153
|
+
<a href="{{ child.url }}">{{ child.name }}</a>
|
|
154
|
+
{% endfor %}
|
|
155
|
+
</div>
|
|
156
|
+
</div>
|
|
157
|
+
{% else %}
|
|
158
|
+
<a href="{{ category.url }}">
|
|
159
|
+
<span>{{ category.name }}</span>
|
|
160
|
+
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
|
|
161
|
+
<circle cx="12" cy="12" r="9" />
|
|
162
|
+
<path d="M11 9l3 3-3 3" />
|
|
163
|
+
</svg> </a>
|
|
164
|
+
{% endif %}
|
|
165
|
+
{% endfor %}
|
|
166
|
+
|
|
167
|
+
{% if is_register_active %}
|
|
168
|
+
<button type="button" id="header-register-mobile" class="register-btn" aria-label="Register" onclick="this.dispatchEvent(new CustomEvent('register-click',{bubbles:true}))">
|
|
169
|
+
<span>Register</span>
|
|
170
|
+
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"/><circle cx="9" cy="7" r="4"/><line x1="19" y1="8" x2="19" y2="14"/><line x1="22" y1="11" x2="16" y2="11"/></svg>
|
|
171
|
+
</button>
|
|
172
|
+
{% endif %}
|
|
173
|
+
<button id="header-lang-mobile" class="lang-btn" hidden onclick="this.dispatchEvent(new CustomEvent('lang-click',{bubbles:true}));return false;">
|
|
174
|
+
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="10"/><path d="M10 8l4 4-4 4"/></svg>
|
|
175
|
+
</button>
|
|
176
|
+
{% comment %} Mobile nav: Wishlist & Compare entries added alongside existing nav items
|
|
177
|
+
<a href="/wishlist" class="wishlist-btn">
|
|
178
|
+
<span>Wishlist</span>
|
|
179
|
+
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"/></svg>
|
|
180
|
+
</a>
|
|
181
|
+
<button type="button" class="compare-btn" onclick="this.dispatchEvent(new CustomEvent('compare-click',{bubbles:true}))">
|
|
182
|
+
<span>Compare</span>
|
|
183
|
+
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polyline points="16 3 21 8 16 13"/><line x1="21" y1="8" x2="9" y2="8"/><polyline points="8 21 3 16 8 11"/><line x1="3" y1="16" x2="15" y2="16"/></svg>
|
|
184
|
+
</button>
|
|
185
|
+
{% endcomment %}
|
|
186
|
+
</nav>
|
|
187
|
+
{% assign mobile_menu_social = social %}
|
|
188
|
+
{% assign mobile_menu_pages = pages %}
|
|
189
|
+
{% if mobile_menu_social == blank and footer and footer.social %}
|
|
190
|
+
{% assign mobile_menu_social = footer.social %}
|
|
191
|
+
{% endif %}
|
|
192
|
+
{% if mobile_menu_pages == blank and footer and footer.pages %}
|
|
193
|
+
{% assign mobile_menu_pages = footer.pages %}
|
|
194
|
+
{% endif %}
|
|
195
|
+
|
|
196
|
+
{% if mobile_menu_social.size > 0 or mobile_menu_pages.size > 0 %}
|
|
197
|
+
<div class="ab-mobile-menu-footer">
|
|
198
|
+
{% if mobile_menu_social.size > 0 %}
|
|
199
|
+
<div class="ab-mobile-menu-footer-social ab-footer-social-icons">
|
|
200
|
+
{% for item in mobile_menu_social %}
|
|
201
|
+
{% assign social_label = item.label | default: item.type | default: "social" %}
|
|
202
|
+
<a href="{{ item.url }}" target="_blank" rel="noreferrer" aria-label="{{ social_label }}">
|
|
203
|
+
{% if item.icon %}
|
|
204
|
+
<span class="ab-footer-social-img" style="-webkit-mask-image:url({{ item.icon }});mask-image:url({{ item.icon }})"></span>
|
|
205
|
+
{% else %}
|
|
206
|
+
<span class="ab-mobile-menu-footer-social-fallback">{{ social_label | slice: 0, 1 | upcase }}</span>
|
|
207
|
+
{% endif %}
|
|
208
|
+
</a>
|
|
209
|
+
{% endfor %}
|
|
210
|
+
</div>
|
|
211
|
+
{% endif %}
|
|
212
|
+
|
|
213
|
+
{% if mobile_menu_pages.size > 0 %}
|
|
214
|
+
<div class="ab-mobile-menu-footer-pages">
|
|
215
|
+
{% for page in mobile_menu_pages %}
|
|
216
|
+
{% if page.url %}
|
|
217
|
+
{% assign page_href = page.url %}
|
|
218
|
+
{% else %}
|
|
219
|
+
{% assign page_href = "/pages/" | append: page.slug %}
|
|
220
|
+
{% endif %}
|
|
221
|
+
<a href="{{ page_href }}">{{ page.title | default: page.name }}</a>
|
|
222
|
+
{% unless forloop.last %}
|
|
223
|
+
<span class="ab-mobile-menu-footer-sep" aria-hidden="true">·</span>
|
|
224
|
+
{% endunless %}
|
|
225
|
+
{% endfor %}
|
|
226
|
+
</div>
|
|
227
|
+
{% endif %}
|
|
228
|
+
</div>
|
|
229
|
+
{% endif %}
|
|
230
|
+
</div>
|
|
231
|
+
|
|
232
|
+
</div>
|