NOTE: YOU ARE ON DEV
To view this page on prod: Click here

Going The Extra Mile for Our Customers Everyday
Founded in 2001, The Pete Store is a family-owned company of 30 East Coast Peterbilt truck dealerships, dedicated to maintaining long-term relationships with our customers based on honesty, service, and doing whatever it takes to make doing business with us easy.
Experience The Pete Store Difference
In It with You for the Long Haul
Our mission is to make life out on the road easier, and help our customers be more successful. When you work with The Pete Store, you’ll feel like family, because you are!
Experience The Pete Store Difference
We Make Doing Business with Us Easy
With 30 truck sales and service locations across the East Coast, we are big enough to make things happen, but small enough to provide the personalized attention you deserve.
Experience The Pete Store DifferenceSearch Our Inventory
The Trucks We Sell
View Inventory-
An error occurred while processing the template.
For "#list" list source: Expected an extended hash, but this has evaluated to a string (wrapper: f.t.SimpleScalar): ==> taxonomyCategoryBriefs [in template "37794063322763#20119#81673" at line 26, column 48] ---- FTL stack trace ("~" means nesting-related): - Failed at: #list taxonomyCategoryBriefs as key, ... [in template "37794063322763#20119#81673" at line 26, column 41] ----
1<#--
2Add elements from the sidebar to define your template. Type "${" to use the
3autocomplete feature.
4-->
5
6<#assign modelId = "" />
7<#assign inventoryLinks = "" />
8
9<div class="inventory-slide">
10 <div class="inventory-img click-here-box">
11 <#if (thumbnail.getData())?? && thumbnail.getData() != "">
12 <img alt="${thumbnail.getAttribute("alt")}" data-fileentryid="${thumbnail.getAttribute("fileEntryId")}" src="${thumbnail.getData()}" class="img-fluid" />
13 </#if>
14 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="d-none click-here-link"></a>
15 </div>
16 <div class="inventory-slide-body">
17 <div class="inventory-slide-info">
18 <h3 class="inventory-slide-title">MODEL<span><#if (name.getData())??>${name.getData()}</#if></span></h3>
19 <div class="inventory-slide-tags">
20
21 <#assign externalRefCode = .vars["reserved-article-external-reference-code"].data>
22 <#assign url = "/headless-delivery/v1.0/sites/${groupId}/structured-contents/by-external-reference-code/${externalRefCode}?fields=taxonomyCategoryBriefs.taxonomyCategoryName,taxonomyCategoryBriefs.taxonomyCategoryId">
23 <#assign taxonomyCategoryBriefs = restClient.get(url)>
24
25 <#if taxonomyCategoryBriefs??>
26 <#list taxonomyCategoryBriefs as key, categories>
27 <#list categories as category>
28 <#if category.taxonomyCategoryName??>
29 <#assign parentTaxonomyVocabularyRes = restClient.get("/headless-admin-taxonomy/v1.0/taxonomy-categories/${category.taxonomyCategoryId}") />
30 <!-- ${parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name} -->
31 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Models'>
32 <#assign modelId = category.taxonomyCategoryId />
33 </#if>
34 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Conditions'>
35 <#assign inventoryLinks = inventoryLinks + '<a href="/product-list?model=MODEL_ID&condition='+category.taxonomyCategoryId+'" class="inventory-slide-tag">'+category.taxonomyCategoryName+'</a>' />
36 </#if>
37 </#if>
38 </#list>
39 </#list>
40 </#if>
41 ${inventoryLinks?replace('MODEL_ID', modelId)}
42 </div>
43 </div>
44 <div class="inventory-slide-link">
45 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="btn text-white">LEARN ABOUT THIS MODEL <#if (name.getData())??><span class="sr-only">${name.getData()}</span></#if></a>
46 </div>
47 </div>
48</div>
-
An error occurred while processing the template.
For "#list" list source: Expected an extended hash, but this has evaluated to a string (wrapper: f.t.SimpleScalar): ==> taxonomyCategoryBriefs [in template "37794063322763#20119#81673" at line 26, column 48] ---- FTL stack trace ("~" means nesting-related): - Failed at: #list taxonomyCategoryBriefs as key, ... [in template "37794063322763#20119#81673" at line 26, column 41] ----
1<#--
2Add elements from the sidebar to define your template. Type "${" to use the
3autocomplete feature.
4-->
5
6<#assign modelId = "" />
7<#assign inventoryLinks = "" />
8
9<div class="inventory-slide">
10 <div class="inventory-img click-here-box">
11 <#if (thumbnail.getData())?? && thumbnail.getData() != "">
12 <img alt="${thumbnail.getAttribute("alt")}" data-fileentryid="${thumbnail.getAttribute("fileEntryId")}" src="${thumbnail.getData()}" class="img-fluid" />
13 </#if>
14 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="d-none click-here-link"></a>
15 </div>
16 <div class="inventory-slide-body">
17 <div class="inventory-slide-info">
18 <h3 class="inventory-slide-title">MODEL<span><#if (name.getData())??>${name.getData()}</#if></span></h3>
19 <div class="inventory-slide-tags">
20
21 <#assign externalRefCode = .vars["reserved-article-external-reference-code"].data>
22 <#assign url = "/headless-delivery/v1.0/sites/${groupId}/structured-contents/by-external-reference-code/${externalRefCode}?fields=taxonomyCategoryBriefs.taxonomyCategoryName,taxonomyCategoryBriefs.taxonomyCategoryId">
23 <#assign taxonomyCategoryBriefs = restClient.get(url)>
24
25 <#if taxonomyCategoryBriefs??>
26 <#list taxonomyCategoryBriefs as key, categories>
27 <#list categories as category>
28 <#if category.taxonomyCategoryName??>
29 <#assign parentTaxonomyVocabularyRes = restClient.get("/headless-admin-taxonomy/v1.0/taxonomy-categories/${category.taxonomyCategoryId}") />
30 <!-- ${parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name} -->
31 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Models'>
32 <#assign modelId = category.taxonomyCategoryId />
33 </#if>
34 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Conditions'>
35 <#assign inventoryLinks = inventoryLinks + '<a href="/product-list?model=MODEL_ID&condition='+category.taxonomyCategoryId+'" class="inventory-slide-tag">'+category.taxonomyCategoryName+'</a>' />
36 </#if>
37 </#if>
38 </#list>
39 </#list>
40 </#if>
41 ${inventoryLinks?replace('MODEL_ID', modelId)}
42 </div>
43 </div>
44 <div class="inventory-slide-link">
45 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="btn text-white">LEARN ABOUT THIS MODEL <#if (name.getData())??><span class="sr-only">${name.getData()}</span></#if></a>
46 </div>
47 </div>
48</div>
-
An error occurred while processing the template.
For "#list" list source: Expected an extended hash, but this has evaluated to a string (wrapper: f.t.SimpleScalar): ==> taxonomyCategoryBriefs [in template "37794063322763#20119#81673" at line 26, column 48] ---- FTL stack trace ("~" means nesting-related): - Failed at: #list taxonomyCategoryBriefs as key, ... [in template "37794063322763#20119#81673" at line 26, column 41] ----
1<#--
2Add elements from the sidebar to define your template. Type "${" to use the
3autocomplete feature.
4-->
5
6<#assign modelId = "" />
7<#assign inventoryLinks = "" />
8
9<div class="inventory-slide">
10 <div class="inventory-img click-here-box">
11 <#if (thumbnail.getData())?? && thumbnail.getData() != "">
12 <img alt="${thumbnail.getAttribute("alt")}" data-fileentryid="${thumbnail.getAttribute("fileEntryId")}" src="${thumbnail.getData()}" class="img-fluid" />
13 </#if>
14 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="d-none click-here-link"></a>
15 </div>
16 <div class="inventory-slide-body">
17 <div class="inventory-slide-info">
18 <h3 class="inventory-slide-title">MODEL<span><#if (name.getData())??>${name.getData()}</#if></span></h3>
19 <div class="inventory-slide-tags">
20
21 <#assign externalRefCode = .vars["reserved-article-external-reference-code"].data>
22 <#assign url = "/headless-delivery/v1.0/sites/${groupId}/structured-contents/by-external-reference-code/${externalRefCode}?fields=taxonomyCategoryBriefs.taxonomyCategoryName,taxonomyCategoryBriefs.taxonomyCategoryId">
23 <#assign taxonomyCategoryBriefs = restClient.get(url)>
24
25 <#if taxonomyCategoryBriefs??>
26 <#list taxonomyCategoryBriefs as key, categories>
27 <#list categories as category>
28 <#if category.taxonomyCategoryName??>
29 <#assign parentTaxonomyVocabularyRes = restClient.get("/headless-admin-taxonomy/v1.0/taxonomy-categories/${category.taxonomyCategoryId}") />
30 <!-- ${parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name} -->
31 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Models'>
32 <#assign modelId = category.taxonomyCategoryId />
33 </#if>
34 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Conditions'>
35 <#assign inventoryLinks = inventoryLinks + '<a href="/product-list?model=MODEL_ID&condition='+category.taxonomyCategoryId+'" class="inventory-slide-tag">'+category.taxonomyCategoryName+'</a>' />
36 </#if>
37 </#if>
38 </#list>
39 </#list>
40 </#if>
41 ${inventoryLinks?replace('MODEL_ID', modelId)}
42 </div>
43 </div>
44 <div class="inventory-slide-link">
45 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="btn text-white">LEARN ABOUT THIS MODEL <#if (name.getData())??><span class="sr-only">${name.getData()}</span></#if></a>
46 </div>
47 </div>
48</div>
-
An error occurred while processing the template.
For "#list" list source: Expected an extended hash, but this has evaluated to a string (wrapper: f.t.SimpleScalar): ==> taxonomyCategoryBriefs [in template "37794063322763#20119#81673" at line 26, column 48] ---- FTL stack trace ("~" means nesting-related): - Failed at: #list taxonomyCategoryBriefs as key, ... [in template "37794063322763#20119#81673" at line 26, column 41] ----
1<#--
2Add elements from the sidebar to define your template. Type "${" to use the
3autocomplete feature.
4-->
5
6<#assign modelId = "" />
7<#assign inventoryLinks = "" />
8
9<div class="inventory-slide">
10 <div class="inventory-img click-here-box">
11 <#if (thumbnail.getData())?? && thumbnail.getData() != "">
12 <img alt="${thumbnail.getAttribute("alt")}" data-fileentryid="${thumbnail.getAttribute("fileEntryId")}" src="${thumbnail.getData()}" class="img-fluid" />
13 </#if>
14 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="d-none click-here-link"></a>
15 </div>
16 <div class="inventory-slide-body">
17 <div class="inventory-slide-info">
18 <h3 class="inventory-slide-title">MODEL<span><#if (name.getData())??>${name.getData()}</#if></span></h3>
19 <div class="inventory-slide-tags">
20
21 <#assign externalRefCode = .vars["reserved-article-external-reference-code"].data>
22 <#assign url = "/headless-delivery/v1.0/sites/${groupId}/structured-contents/by-external-reference-code/${externalRefCode}?fields=taxonomyCategoryBriefs.taxonomyCategoryName,taxonomyCategoryBriefs.taxonomyCategoryId">
23 <#assign taxonomyCategoryBriefs = restClient.get(url)>
24
25 <#if taxonomyCategoryBriefs??>
26 <#list taxonomyCategoryBriefs as key, categories>
27 <#list categories as category>
28 <#if category.taxonomyCategoryName??>
29 <#assign parentTaxonomyVocabularyRes = restClient.get("/headless-admin-taxonomy/v1.0/taxonomy-categories/${category.taxonomyCategoryId}") />
30 <!-- ${parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name} -->
31 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Models'>
32 <#assign modelId = category.taxonomyCategoryId />
33 </#if>
34 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Conditions'>
35 <#assign inventoryLinks = inventoryLinks + '<a href="/product-list?model=MODEL_ID&condition='+category.taxonomyCategoryId+'" class="inventory-slide-tag">'+category.taxonomyCategoryName+'</a>' />
36 </#if>
37 </#if>
38 </#list>
39 </#list>
40 </#if>
41 ${inventoryLinks?replace('MODEL_ID', modelId)}
42 </div>
43 </div>
44 <div class="inventory-slide-link">
45 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="btn text-white">LEARN ABOUT THIS MODEL <#if (name.getData())??><span class="sr-only">${name.getData()}</span></#if></a>
46 </div>
47 </div>
48</div>
-
An error occurred while processing the template.
For "#list" list source: Expected an extended hash, but this has evaluated to a string (wrapper: f.t.SimpleScalar): ==> taxonomyCategoryBriefs [in template "37794063322763#20119#81673" at line 26, column 48] ---- FTL stack trace ("~" means nesting-related): - Failed at: #list taxonomyCategoryBriefs as key, ... [in template "37794063322763#20119#81673" at line 26, column 41] ----
1<#--
2Add elements from the sidebar to define your template. Type "${" to use the
3autocomplete feature.
4-->
5
6<#assign modelId = "" />
7<#assign inventoryLinks = "" />
8
9<div class="inventory-slide">
10 <div class="inventory-img click-here-box">
11 <#if (thumbnail.getData())?? && thumbnail.getData() != "">
12 <img alt="${thumbnail.getAttribute("alt")}" data-fileentryid="${thumbnail.getAttribute("fileEntryId")}" src="${thumbnail.getData()}" class="img-fluid" />
13 </#if>
14 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="d-none click-here-link"></a>
15 </div>
16 <div class="inventory-slide-body">
17 <div class="inventory-slide-info">
18 <h3 class="inventory-slide-title">MODEL<span><#if (name.getData())??>${name.getData()}</#if></span></h3>
19 <div class="inventory-slide-tags">
20
21 <#assign externalRefCode = .vars["reserved-article-external-reference-code"].data>
22 <#assign url = "/headless-delivery/v1.0/sites/${groupId}/structured-contents/by-external-reference-code/${externalRefCode}?fields=taxonomyCategoryBriefs.taxonomyCategoryName,taxonomyCategoryBriefs.taxonomyCategoryId">
23 <#assign taxonomyCategoryBriefs = restClient.get(url)>
24
25 <#if taxonomyCategoryBriefs??>
26 <#list taxonomyCategoryBriefs as key, categories>
27 <#list categories as category>
28 <#if category.taxonomyCategoryName??>
29 <#assign parentTaxonomyVocabularyRes = restClient.get("/headless-admin-taxonomy/v1.0/taxonomy-categories/${category.taxonomyCategoryId}") />
30 <!-- ${parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name} -->
31 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Models'>
32 <#assign modelId = category.taxonomyCategoryId />
33 </#if>
34 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Conditions'>
35 <#assign inventoryLinks = inventoryLinks + '<a href="/product-list?model=MODEL_ID&condition='+category.taxonomyCategoryId+'" class="inventory-slide-tag">'+category.taxonomyCategoryName+'</a>' />
36 </#if>
37 </#if>
38 </#list>
39 </#list>
40 </#if>
41 ${inventoryLinks?replace('MODEL_ID', modelId)}
42 </div>
43 </div>
44 <div class="inventory-slide-link">
45 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="btn text-white">LEARN ABOUT THIS MODEL <#if (name.getData())??><span class="sr-only">${name.getData()}</span></#if></a>
46 </div>
47 </div>
48</div>
-
An error occurred while processing the template.
For "#list" list source: Expected an extended hash, but this has evaluated to a string (wrapper: f.t.SimpleScalar): ==> taxonomyCategoryBriefs [in template "37794063322763#20119#81673" at line 26, column 48] ---- FTL stack trace ("~" means nesting-related): - Failed at: #list taxonomyCategoryBriefs as key, ... [in template "37794063322763#20119#81673" at line 26, column 41] ----
1<#--
2Add elements from the sidebar to define your template. Type "${" to use the
3autocomplete feature.
4-->
5
6<#assign modelId = "" />
7<#assign inventoryLinks = "" />
8
9<div class="inventory-slide">
10 <div class="inventory-img click-here-box">
11 <#if (thumbnail.getData())?? && thumbnail.getData() != "">
12 <img alt="${thumbnail.getAttribute("alt")}" data-fileentryid="${thumbnail.getAttribute("fileEntryId")}" src="${thumbnail.getData()}" class="img-fluid" />
13 </#if>
14 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="d-none click-here-link"></a>
15 </div>
16 <div class="inventory-slide-body">
17 <div class="inventory-slide-info">
18 <h3 class="inventory-slide-title">MODEL<span><#if (name.getData())??>${name.getData()}</#if></span></h3>
19 <div class="inventory-slide-tags">
20
21 <#assign externalRefCode = .vars["reserved-article-external-reference-code"].data>
22 <#assign url = "/headless-delivery/v1.0/sites/${groupId}/structured-contents/by-external-reference-code/${externalRefCode}?fields=taxonomyCategoryBriefs.taxonomyCategoryName,taxonomyCategoryBriefs.taxonomyCategoryId">
23 <#assign taxonomyCategoryBriefs = restClient.get(url)>
24
25 <#if taxonomyCategoryBriefs??>
26 <#list taxonomyCategoryBriefs as key, categories>
27 <#list categories as category>
28 <#if category.taxonomyCategoryName??>
29 <#assign parentTaxonomyVocabularyRes = restClient.get("/headless-admin-taxonomy/v1.0/taxonomy-categories/${category.taxonomyCategoryId}") />
30 <!-- ${parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name} -->
31 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Models'>
32 <#assign modelId = category.taxonomyCategoryId />
33 </#if>
34 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Conditions'>
35 <#assign inventoryLinks = inventoryLinks + '<a href="/product-list?model=MODEL_ID&condition='+category.taxonomyCategoryId+'" class="inventory-slide-tag">'+category.taxonomyCategoryName+'</a>' />
36 </#if>
37 </#if>
38 </#list>
39 </#list>
40 </#if>
41 ${inventoryLinks?replace('MODEL_ID', modelId)}
42 </div>
43 </div>
44 <div class="inventory-slide-link">
45 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="btn text-white">LEARN ABOUT THIS MODEL <#if (name.getData())??><span class="sr-only">${name.getData()}</span></#if></a>
46 </div>
47 </div>
48</div>
-
An error occurred while processing the template.
For "#list" list source: Expected an extended hash, but this has evaluated to a string (wrapper: f.t.SimpleScalar): ==> taxonomyCategoryBriefs [in template "37794063322763#20119#81673" at line 26, column 48] ---- FTL stack trace ("~" means nesting-related): - Failed at: #list taxonomyCategoryBriefs as key, ... [in template "37794063322763#20119#81673" at line 26, column 41] ----
1<#--
2Add elements from the sidebar to define your template. Type "${" to use the
3autocomplete feature.
4-->
5
6<#assign modelId = "" />
7<#assign inventoryLinks = "" />
8
9<div class="inventory-slide">
10 <div class="inventory-img click-here-box">
11 <#if (thumbnail.getData())?? && thumbnail.getData() != "">
12 <img alt="${thumbnail.getAttribute("alt")}" data-fileentryid="${thumbnail.getAttribute("fileEntryId")}" src="${thumbnail.getData()}" class="img-fluid" />
13 </#if>
14 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="d-none click-here-link"></a>
15 </div>
16 <div class="inventory-slide-body">
17 <div class="inventory-slide-info">
18 <h3 class="inventory-slide-title">MODEL<span><#if (name.getData())??>${name.getData()}</#if></span></h3>
19 <div class="inventory-slide-tags">
20
21 <#assign externalRefCode = .vars["reserved-article-external-reference-code"].data>
22 <#assign url = "/headless-delivery/v1.0/sites/${groupId}/structured-contents/by-external-reference-code/${externalRefCode}?fields=taxonomyCategoryBriefs.taxonomyCategoryName,taxonomyCategoryBriefs.taxonomyCategoryId">
23 <#assign taxonomyCategoryBriefs = restClient.get(url)>
24
25 <#if taxonomyCategoryBriefs??>
26 <#list taxonomyCategoryBriefs as key, categories>
27 <#list categories as category>
28 <#if category.taxonomyCategoryName??>
29 <#assign parentTaxonomyVocabularyRes = restClient.get("/headless-admin-taxonomy/v1.0/taxonomy-categories/${category.taxonomyCategoryId}") />
30 <!-- ${parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name} -->
31 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Models'>
32 <#assign modelId = category.taxonomyCategoryId />
33 </#if>
34 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Conditions'>
35 <#assign inventoryLinks = inventoryLinks + '<a href="/product-list?model=MODEL_ID&condition='+category.taxonomyCategoryId+'" class="inventory-slide-tag">'+category.taxonomyCategoryName+'</a>' />
36 </#if>
37 </#if>
38 </#list>
39 </#list>
40 </#if>
41 ${inventoryLinks?replace('MODEL_ID', modelId)}
42 </div>
43 </div>
44 <div class="inventory-slide-link">
45 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="btn text-white">LEARN ABOUT THIS MODEL <#if (name.getData())??><span class="sr-only">${name.getData()}</span></#if></a>
46 </div>
47 </div>
48</div>
-
An error occurred while processing the template.
For "#list" list source: Expected an extended hash, but this has evaluated to a string (wrapper: f.t.SimpleScalar): ==> taxonomyCategoryBriefs [in template "37794063322763#20119#81673" at line 26, column 48] ---- FTL stack trace ("~" means nesting-related): - Failed at: #list taxonomyCategoryBriefs as key, ... [in template "37794063322763#20119#81673" at line 26, column 41] ----
1<#--
2Add elements from the sidebar to define your template. Type "${" to use the
3autocomplete feature.
4-->
5
6<#assign modelId = "" />
7<#assign inventoryLinks = "" />
8
9<div class="inventory-slide">
10 <div class="inventory-img click-here-box">
11 <#if (thumbnail.getData())?? && thumbnail.getData() != "">
12 <img alt="${thumbnail.getAttribute("alt")}" data-fileentryid="${thumbnail.getAttribute("fileEntryId")}" src="${thumbnail.getData()}" class="img-fluid" />
13 </#if>
14 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="d-none click-here-link"></a>
15 </div>
16 <div class="inventory-slide-body">
17 <div class="inventory-slide-info">
18 <h3 class="inventory-slide-title">MODEL<span><#if (name.getData())??>${name.getData()}</#if></span></h3>
19 <div class="inventory-slide-tags">
20
21 <#assign externalRefCode = .vars["reserved-article-external-reference-code"].data>
22 <#assign url = "/headless-delivery/v1.0/sites/${groupId}/structured-contents/by-external-reference-code/${externalRefCode}?fields=taxonomyCategoryBriefs.taxonomyCategoryName,taxonomyCategoryBriefs.taxonomyCategoryId">
23 <#assign taxonomyCategoryBriefs = restClient.get(url)>
24
25 <#if taxonomyCategoryBriefs??>
26 <#list taxonomyCategoryBriefs as key, categories>
27 <#list categories as category>
28 <#if category.taxonomyCategoryName??>
29 <#assign parentTaxonomyVocabularyRes = restClient.get("/headless-admin-taxonomy/v1.0/taxonomy-categories/${category.taxonomyCategoryId}") />
30 <!-- ${parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name} -->
31 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Models'>
32 <#assign modelId = category.taxonomyCategoryId />
33 </#if>
34 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Conditions'>
35 <#assign inventoryLinks = inventoryLinks + '<a href="/product-list?model=MODEL_ID&condition='+category.taxonomyCategoryId+'" class="inventory-slide-tag">'+category.taxonomyCategoryName+'</a>' />
36 </#if>
37 </#if>
38 </#list>
39 </#list>
40 </#if>
41 ${inventoryLinks?replace('MODEL_ID', modelId)}
42 </div>
43 </div>
44 <div class="inventory-slide-link">
45 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="btn text-white">LEARN ABOUT THIS MODEL <#if (name.getData())??><span class="sr-only">${name.getData()}</span></#if></a>
46 </div>
47 </div>
48</div>
-
An error occurred while processing the template.
For "#list" list source: Expected an extended hash, but this has evaluated to a string (wrapper: f.t.SimpleScalar): ==> taxonomyCategoryBriefs [in template "37794063322763#20119#81673" at line 26, column 48] ---- FTL stack trace ("~" means nesting-related): - Failed at: #list taxonomyCategoryBriefs as key, ... [in template "37794063322763#20119#81673" at line 26, column 41] ----
1<#--
2Add elements from the sidebar to define your template. Type "${" to use the
3autocomplete feature.
4-->
5
6<#assign modelId = "" />
7<#assign inventoryLinks = "" />
8
9<div class="inventory-slide">
10 <div class="inventory-img click-here-box">
11 <#if (thumbnail.getData())?? && thumbnail.getData() != "">
12 <img alt="${thumbnail.getAttribute("alt")}" data-fileentryid="${thumbnail.getAttribute("fileEntryId")}" src="${thumbnail.getData()}" class="img-fluid" />
13 </#if>
14 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="d-none click-here-link"></a>
15 </div>
16 <div class="inventory-slide-body">
17 <div class="inventory-slide-info">
18 <h3 class="inventory-slide-title">MODEL<span><#if (name.getData())??>${name.getData()}</#if></span></h3>
19 <div class="inventory-slide-tags">
20
21 <#assign externalRefCode = .vars["reserved-article-external-reference-code"].data>
22 <#assign url = "/headless-delivery/v1.0/sites/${groupId}/structured-contents/by-external-reference-code/${externalRefCode}?fields=taxonomyCategoryBriefs.taxonomyCategoryName,taxonomyCategoryBriefs.taxonomyCategoryId">
23 <#assign taxonomyCategoryBriefs = restClient.get(url)>
24
25 <#if taxonomyCategoryBriefs??>
26 <#list taxonomyCategoryBriefs as key, categories>
27 <#list categories as category>
28 <#if category.taxonomyCategoryName??>
29 <#assign parentTaxonomyVocabularyRes = restClient.get("/headless-admin-taxonomy/v1.0/taxonomy-categories/${category.taxonomyCategoryId}") />
30 <!-- ${parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name} -->
31 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Models'>
32 <#assign modelId = category.taxonomyCategoryId />
33 </#if>
34 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Conditions'>
35 <#assign inventoryLinks = inventoryLinks + '<a href="/product-list?model=MODEL_ID&condition='+category.taxonomyCategoryId+'" class="inventory-slide-tag">'+category.taxonomyCategoryName+'</a>' />
36 </#if>
37 </#if>
38 </#list>
39 </#list>
40 </#if>
41 ${inventoryLinks?replace('MODEL_ID', modelId)}
42 </div>
43 </div>
44 <div class="inventory-slide-link">
45 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="btn text-white">LEARN ABOUT THIS MODEL <#if (name.getData())??><span class="sr-only">${name.getData()}</span></#if></a>
46 </div>
47 </div>
48</div>
-
An error occurred while processing the template.
For "#list" list source: Expected an extended hash, but this has evaluated to a string (wrapper: f.t.SimpleScalar): ==> taxonomyCategoryBriefs [in template "37794063322763#20119#81673" at line 26, column 48] ---- FTL stack trace ("~" means nesting-related): - Failed at: #list taxonomyCategoryBriefs as key, ... [in template "37794063322763#20119#81673" at line 26, column 41] ----
1<#--
2Add elements from the sidebar to define your template. Type "${" to use the
3autocomplete feature.
4-->
5
6<#assign modelId = "" />
7<#assign inventoryLinks = "" />
8
9<div class="inventory-slide">
10 <div class="inventory-img click-here-box">
11 <#if (thumbnail.getData())?? && thumbnail.getData() != "">
12 <img alt="${thumbnail.getAttribute("alt")}" data-fileentryid="${thumbnail.getAttribute("fileEntryId")}" src="${thumbnail.getData()}" class="img-fluid" />
13 </#if>
14 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="d-none click-here-link"></a>
15 </div>
16 <div class="inventory-slide-body">
17 <div class="inventory-slide-info">
18 <h3 class="inventory-slide-title">MODEL<span><#if (name.getData())??>${name.getData()}</#if></span></h3>
19 <div class="inventory-slide-tags">
20
21 <#assign externalRefCode = .vars["reserved-article-external-reference-code"].data>
22 <#assign url = "/headless-delivery/v1.0/sites/${groupId}/structured-contents/by-external-reference-code/${externalRefCode}?fields=taxonomyCategoryBriefs.taxonomyCategoryName,taxonomyCategoryBriefs.taxonomyCategoryId">
23 <#assign taxonomyCategoryBriefs = restClient.get(url)>
24
25 <#if taxonomyCategoryBriefs??>
26 <#list taxonomyCategoryBriefs as key, categories>
27 <#list categories as category>
28 <#if category.taxonomyCategoryName??>
29 <#assign parentTaxonomyVocabularyRes = restClient.get("/headless-admin-taxonomy/v1.0/taxonomy-categories/${category.taxonomyCategoryId}") />
30 <!-- ${parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name} -->
31 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Models'>
32 <#assign modelId = category.taxonomyCategoryId />
33 </#if>
34 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Conditions'>
35 <#assign inventoryLinks = inventoryLinks + '<a href="/product-list?model=MODEL_ID&condition='+category.taxonomyCategoryId+'" class="inventory-slide-tag">'+category.taxonomyCategoryName+'</a>' />
36 </#if>
37 </#if>
38 </#list>
39 </#list>
40 </#if>
41 ${inventoryLinks?replace('MODEL_ID', modelId)}
42 </div>
43 </div>
44 <div class="inventory-slide-link">
45 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="btn text-white">LEARN ABOUT THIS MODEL <#if (name.getData())??><span class="sr-only">${name.getData()}</span></#if></a>
46 </div>
47 </div>
48</div>
-
An error occurred while processing the template.
For "#list" list source: Expected an extended hash, but this has evaluated to a string (wrapper: f.t.SimpleScalar): ==> taxonomyCategoryBriefs [in template "37794063322763#20119#81673" at line 26, column 48] ---- FTL stack trace ("~" means nesting-related): - Failed at: #list taxonomyCategoryBriefs as key, ... [in template "37794063322763#20119#81673" at line 26, column 41] ----
1<#--
2Add elements from the sidebar to define your template. Type "${" to use the
3autocomplete feature.
4-->
5
6<#assign modelId = "" />
7<#assign inventoryLinks = "" />
8
9<div class="inventory-slide">
10 <div class="inventory-img click-here-box">
11 <#if (thumbnail.getData())?? && thumbnail.getData() != "">
12 <img alt="${thumbnail.getAttribute("alt")}" data-fileentryid="${thumbnail.getAttribute("fileEntryId")}" src="${thumbnail.getData()}" class="img-fluid" />
13 </#if>
14 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="d-none click-here-link"></a>
15 </div>
16 <div class="inventory-slide-body">
17 <div class="inventory-slide-info">
18 <h3 class="inventory-slide-title">MODEL<span><#if (name.getData())??>${name.getData()}</#if></span></h3>
19 <div class="inventory-slide-tags">
20
21 <#assign externalRefCode = .vars["reserved-article-external-reference-code"].data>
22 <#assign url = "/headless-delivery/v1.0/sites/${groupId}/structured-contents/by-external-reference-code/${externalRefCode}?fields=taxonomyCategoryBriefs.taxonomyCategoryName,taxonomyCategoryBriefs.taxonomyCategoryId">
23 <#assign taxonomyCategoryBriefs = restClient.get(url)>
24
25 <#if taxonomyCategoryBriefs??>
26 <#list taxonomyCategoryBriefs as key, categories>
27 <#list categories as category>
28 <#if category.taxonomyCategoryName??>
29 <#assign parentTaxonomyVocabularyRes = restClient.get("/headless-admin-taxonomy/v1.0/taxonomy-categories/${category.taxonomyCategoryId}") />
30 <!-- ${parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name} -->
31 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Models'>
32 <#assign modelId = category.taxonomyCategoryId />
33 </#if>
34 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Conditions'>
35 <#assign inventoryLinks = inventoryLinks + '<a href="/product-list?model=MODEL_ID&condition='+category.taxonomyCategoryId+'" class="inventory-slide-tag">'+category.taxonomyCategoryName+'</a>' />
36 </#if>
37 </#if>
38 </#list>
39 </#list>
40 </#if>
41 ${inventoryLinks?replace('MODEL_ID', modelId)}
42 </div>
43 </div>
44 <div class="inventory-slide-link">
45 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="btn text-white">LEARN ABOUT THIS MODEL <#if (name.getData())??><span class="sr-only">${name.getData()}</span></#if></a>
46 </div>
47 </div>
48</div>
-
An error occurred while processing the template.
For "#list" list source: Expected an extended hash, but this has evaluated to a string (wrapper: f.t.SimpleScalar): ==> taxonomyCategoryBriefs [in template "37794063322763#20119#81673" at line 26, column 48] ---- FTL stack trace ("~" means nesting-related): - Failed at: #list taxonomyCategoryBriefs as key, ... [in template "37794063322763#20119#81673" at line 26, column 41] ----
1<#--
2Add elements from the sidebar to define your template. Type "${" to use the
3autocomplete feature.
4-->
5
6<#assign modelId = "" />
7<#assign inventoryLinks = "" />
8
9<div class="inventory-slide">
10 <div class="inventory-img click-here-box">
11 <#if (thumbnail.getData())?? && thumbnail.getData() != "">
12 <img alt="${thumbnail.getAttribute("alt")}" data-fileentryid="${thumbnail.getAttribute("fileEntryId")}" src="${thumbnail.getData()}" class="img-fluid" />
13 </#if>
14 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="d-none click-here-link"></a>
15 </div>
16 <div class="inventory-slide-body">
17 <div class="inventory-slide-info">
18 <h3 class="inventory-slide-title">MODEL<span><#if (name.getData())??>${name.getData()}</#if></span></h3>
19 <div class="inventory-slide-tags">
20
21 <#assign externalRefCode = .vars["reserved-article-external-reference-code"].data>
22 <#assign url = "/headless-delivery/v1.0/sites/${groupId}/structured-contents/by-external-reference-code/${externalRefCode}?fields=taxonomyCategoryBriefs.taxonomyCategoryName,taxonomyCategoryBriefs.taxonomyCategoryId">
23 <#assign taxonomyCategoryBriefs = restClient.get(url)>
24
25 <#if taxonomyCategoryBriefs??>
26 <#list taxonomyCategoryBriefs as key, categories>
27 <#list categories as category>
28 <#if category.taxonomyCategoryName??>
29 <#assign parentTaxonomyVocabularyRes = restClient.get("/headless-admin-taxonomy/v1.0/taxonomy-categories/${category.taxonomyCategoryId}") />
30 <!-- ${parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name} -->
31 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Models'>
32 <#assign modelId = category.taxonomyCategoryId />
33 </#if>
34 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Conditions'>
35 <#assign inventoryLinks = inventoryLinks + '<a href="/product-list?model=MODEL_ID&condition='+category.taxonomyCategoryId+'" class="inventory-slide-tag">'+category.taxonomyCategoryName+'</a>' />
36 </#if>
37 </#if>
38 </#list>
39 </#list>
40 </#if>
41 ${inventoryLinks?replace('MODEL_ID', modelId)}
42 </div>
43 </div>
44 <div class="inventory-slide-link">
45 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="btn text-white">LEARN ABOUT THIS MODEL <#if (name.getData())??><span class="sr-only">${name.getData()}</span></#if></a>
46 </div>
47 </div>
48</div>
-
An error occurred while processing the template.
For "#list" list source: Expected an extended hash, but this has evaluated to a string (wrapper: f.t.SimpleScalar): ==> taxonomyCategoryBriefs [in template "37794063322763#20119#81673" at line 26, column 48] ---- FTL stack trace ("~" means nesting-related): - Failed at: #list taxonomyCategoryBriefs as key, ... [in template "37794063322763#20119#81673" at line 26, column 41] ----
1<#--
2Add elements from the sidebar to define your template. Type "${" to use the
3autocomplete feature.
4-->
5
6<#assign modelId = "" />
7<#assign inventoryLinks = "" />
8
9<div class="inventory-slide">
10 <div class="inventory-img click-here-box">
11 <#if (thumbnail.getData())?? && thumbnail.getData() != "">
12 <img alt="${thumbnail.getAttribute("alt")}" data-fileentryid="${thumbnail.getAttribute("fileEntryId")}" src="${thumbnail.getData()}" class="img-fluid" />
13 </#if>
14 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="d-none click-here-link"></a>
15 </div>
16 <div class="inventory-slide-body">
17 <div class="inventory-slide-info">
18 <h3 class="inventory-slide-title">MODEL<span><#if (name.getData())??>${name.getData()}</#if></span></h3>
19 <div class="inventory-slide-tags">
20
21 <#assign externalRefCode = .vars["reserved-article-external-reference-code"].data>
22 <#assign url = "/headless-delivery/v1.0/sites/${groupId}/structured-contents/by-external-reference-code/${externalRefCode}?fields=taxonomyCategoryBriefs.taxonomyCategoryName,taxonomyCategoryBriefs.taxonomyCategoryId">
23 <#assign taxonomyCategoryBriefs = restClient.get(url)>
24
25 <#if taxonomyCategoryBriefs??>
26 <#list taxonomyCategoryBriefs as key, categories>
27 <#list categories as category>
28 <#if category.taxonomyCategoryName??>
29 <#assign parentTaxonomyVocabularyRes = restClient.get("/headless-admin-taxonomy/v1.0/taxonomy-categories/${category.taxonomyCategoryId}") />
30 <!-- ${parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name} -->
31 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Models'>
32 <#assign modelId = category.taxonomyCategoryId />
33 </#if>
34 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Conditions'>
35 <#assign inventoryLinks = inventoryLinks + '<a href="/product-list?model=MODEL_ID&condition='+category.taxonomyCategoryId+'" class="inventory-slide-tag">'+category.taxonomyCategoryName+'</a>' />
36 </#if>
37 </#if>
38 </#list>
39 </#list>
40 </#if>
41 ${inventoryLinks?replace('MODEL_ID', modelId)}
42 </div>
43 </div>
44 <div class="inventory-slide-link">
45 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="btn text-white">LEARN ABOUT THIS MODEL <#if (name.getData())??><span class="sr-only">${name.getData()}</span></#if></a>
46 </div>
47 </div>
48</div>
-
An error occurred while processing the template.
For "#list" list source: Expected an extended hash, but this has evaluated to a string (wrapper: f.t.SimpleScalar): ==> taxonomyCategoryBriefs [in template "37794063322763#20119#81673" at line 26, column 48] ---- FTL stack trace ("~" means nesting-related): - Failed at: #list taxonomyCategoryBriefs as key, ... [in template "37794063322763#20119#81673" at line 26, column 41] ----
1<#--
2Add elements from the sidebar to define your template. Type "${" to use the
3autocomplete feature.
4-->
5
6<#assign modelId = "" />
7<#assign inventoryLinks = "" />
8
9<div class="inventory-slide">
10 <div class="inventory-img click-here-box">
11 <#if (thumbnail.getData())?? && thumbnail.getData() != "">
12 <img alt="${thumbnail.getAttribute("alt")}" data-fileentryid="${thumbnail.getAttribute("fileEntryId")}" src="${thumbnail.getData()}" class="img-fluid" />
13 </#if>
14 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="d-none click-here-link"></a>
15 </div>
16 <div class="inventory-slide-body">
17 <div class="inventory-slide-info">
18 <h3 class="inventory-slide-title">MODEL<span><#if (name.getData())??>${name.getData()}</#if></span></h3>
19 <div class="inventory-slide-tags">
20
21 <#assign externalRefCode = .vars["reserved-article-external-reference-code"].data>
22 <#assign url = "/headless-delivery/v1.0/sites/${groupId}/structured-contents/by-external-reference-code/${externalRefCode}?fields=taxonomyCategoryBriefs.taxonomyCategoryName,taxonomyCategoryBriefs.taxonomyCategoryId">
23 <#assign taxonomyCategoryBriefs = restClient.get(url)>
24
25 <#if taxonomyCategoryBriefs??>
26 <#list taxonomyCategoryBriefs as key, categories>
27 <#list categories as category>
28 <#if category.taxonomyCategoryName??>
29 <#assign parentTaxonomyVocabularyRes = restClient.get("/headless-admin-taxonomy/v1.0/taxonomy-categories/${category.taxonomyCategoryId}") />
30 <!-- ${parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name} -->
31 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Models'>
32 <#assign modelId = category.taxonomyCategoryId />
33 </#if>
34 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Conditions'>
35 <#assign inventoryLinks = inventoryLinks + '<a href="/product-list?model=MODEL_ID&condition='+category.taxonomyCategoryId+'" class="inventory-slide-tag">'+category.taxonomyCategoryName+'</a>' />
36 </#if>
37 </#if>
38 </#list>
39 </#list>
40 </#if>
41 ${inventoryLinks?replace('MODEL_ID', modelId)}
42 </div>
43 </div>
44 <div class="inventory-slide-link">
45 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="btn text-white">LEARN ABOUT THIS MODEL <#if (name.getData())??><span class="sr-only">${name.getData()}</span></#if></a>
46 </div>
47 </div>
48</div>
-
An error occurred while processing the template.
For "#list" list source: Expected an extended hash, but this has evaluated to a string (wrapper: f.t.SimpleScalar): ==> taxonomyCategoryBriefs [in template "37794063322763#20119#81673" at line 26, column 48] ---- FTL stack trace ("~" means nesting-related): - Failed at: #list taxonomyCategoryBriefs as key, ... [in template "37794063322763#20119#81673" at line 26, column 41] ----
1<#--
2Add elements from the sidebar to define your template. Type "${" to use the
3autocomplete feature.
4-->
5
6<#assign modelId = "" />
7<#assign inventoryLinks = "" />
8
9<div class="inventory-slide">
10 <div class="inventory-img click-here-box">
11 <#if (thumbnail.getData())?? && thumbnail.getData() != "">
12 <img alt="${thumbnail.getAttribute("alt")}" data-fileentryid="${thumbnail.getAttribute("fileEntryId")}" src="${thumbnail.getData()}" class="img-fluid" />
13 </#if>
14 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="d-none click-here-link"></a>
15 </div>
16 <div class="inventory-slide-body">
17 <div class="inventory-slide-info">
18 <h3 class="inventory-slide-title">MODEL<span><#if (name.getData())??>${name.getData()}</#if></span></h3>
19 <div class="inventory-slide-tags">
20
21 <#assign externalRefCode = .vars["reserved-article-external-reference-code"].data>
22 <#assign url = "/headless-delivery/v1.0/sites/${groupId}/structured-contents/by-external-reference-code/${externalRefCode}?fields=taxonomyCategoryBriefs.taxonomyCategoryName,taxonomyCategoryBriefs.taxonomyCategoryId">
23 <#assign taxonomyCategoryBriefs = restClient.get(url)>
24
25 <#if taxonomyCategoryBriefs??>
26 <#list taxonomyCategoryBriefs as key, categories>
27 <#list categories as category>
28 <#if category.taxonomyCategoryName??>
29 <#assign parentTaxonomyVocabularyRes = restClient.get("/headless-admin-taxonomy/v1.0/taxonomy-categories/${category.taxonomyCategoryId}") />
30 <!-- ${parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name} -->
31 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Models'>
32 <#assign modelId = category.taxonomyCategoryId />
33 </#if>
34 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Conditions'>
35 <#assign inventoryLinks = inventoryLinks + '<a href="/product-list?model=MODEL_ID&condition='+category.taxonomyCategoryId+'" class="inventory-slide-tag">'+category.taxonomyCategoryName+'</a>' />
36 </#if>
37 </#if>
38 </#list>
39 </#list>
40 </#if>
41 ${inventoryLinks?replace('MODEL_ID', modelId)}
42 </div>
43 </div>
44 <div class="inventory-slide-link">
45 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="btn text-white">LEARN ABOUT THIS MODEL <#if (name.getData())??><span class="sr-only">${name.getData()}</span></#if></a>
46 </div>
47 </div>
48</div>
-
An error occurred while processing the template.
For "#list" list source: Expected an extended hash, but this has evaluated to a string (wrapper: f.t.SimpleScalar): ==> taxonomyCategoryBriefs [in template "37794063322763#20119#81673" at line 26, column 48] ---- FTL stack trace ("~" means nesting-related): - Failed at: #list taxonomyCategoryBriefs as key, ... [in template "37794063322763#20119#81673" at line 26, column 41] ----
1<#--
2Add elements from the sidebar to define your template. Type "${" to use the
3autocomplete feature.
4-->
5
6<#assign modelId = "" />
7<#assign inventoryLinks = "" />
8
9<div class="inventory-slide">
10 <div class="inventory-img click-here-box">
11 <#if (thumbnail.getData())?? && thumbnail.getData() != "">
12 <img alt="${thumbnail.getAttribute("alt")}" data-fileentryid="${thumbnail.getAttribute("fileEntryId")}" src="${thumbnail.getData()}" class="img-fluid" />
13 </#if>
14 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="d-none click-here-link"></a>
15 </div>
16 <div class="inventory-slide-body">
17 <div class="inventory-slide-info">
18 <h3 class="inventory-slide-title">MODEL<span><#if (name.getData())??>${name.getData()}</#if></span></h3>
19 <div class="inventory-slide-tags">
20
21 <#assign externalRefCode = .vars["reserved-article-external-reference-code"].data>
22 <#assign url = "/headless-delivery/v1.0/sites/${groupId}/structured-contents/by-external-reference-code/${externalRefCode}?fields=taxonomyCategoryBriefs.taxonomyCategoryName,taxonomyCategoryBriefs.taxonomyCategoryId">
23 <#assign taxonomyCategoryBriefs = restClient.get(url)>
24
25 <#if taxonomyCategoryBriefs??>
26 <#list taxonomyCategoryBriefs as key, categories>
27 <#list categories as category>
28 <#if category.taxonomyCategoryName??>
29 <#assign parentTaxonomyVocabularyRes = restClient.get("/headless-admin-taxonomy/v1.0/taxonomy-categories/${category.taxonomyCategoryId}") />
30 <!-- ${parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name} -->
31 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Models'>
32 <#assign modelId = category.taxonomyCategoryId />
33 </#if>
34 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Conditions'>
35 <#assign inventoryLinks = inventoryLinks + '<a href="/product-list?model=MODEL_ID&condition='+category.taxonomyCategoryId+'" class="inventory-slide-tag">'+category.taxonomyCategoryName+'</a>' />
36 </#if>
37 </#if>
38 </#list>
39 </#list>
40 </#if>
41 ${inventoryLinks?replace('MODEL_ID', modelId)}
42 </div>
43 </div>
44 <div class="inventory-slide-link">
45 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="btn text-white">LEARN ABOUT THIS MODEL <#if (name.getData())??><span class="sr-only">${name.getData()}</span></#if></a>
46 </div>
47 </div>
48</div>
-
An error occurred while processing the template.
For "#list" list source: Expected an extended hash, but this has evaluated to a string (wrapper: f.t.SimpleScalar): ==> taxonomyCategoryBriefs [in template "37794063322763#20119#81673" at line 26, column 48] ---- FTL stack trace ("~" means nesting-related): - Failed at: #list taxonomyCategoryBriefs as key, ... [in template "37794063322763#20119#81673" at line 26, column 41] ----
1<#--
2Add elements from the sidebar to define your template. Type "${" to use the
3autocomplete feature.
4-->
5
6<#assign modelId = "" />
7<#assign inventoryLinks = "" />
8
9<div class="inventory-slide">
10 <div class="inventory-img click-here-box">
11 <#if (thumbnail.getData())?? && thumbnail.getData() != "">
12 <img alt="${thumbnail.getAttribute("alt")}" data-fileentryid="${thumbnail.getAttribute("fileEntryId")}" src="${thumbnail.getData()}" class="img-fluid" />
13 </#if>
14 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="d-none click-here-link"></a>
15 </div>
16 <div class="inventory-slide-body">
17 <div class="inventory-slide-info">
18 <h3 class="inventory-slide-title">MODEL<span><#if (name.getData())??>${name.getData()}</#if></span></h3>
19 <div class="inventory-slide-tags">
20
21 <#assign externalRefCode = .vars["reserved-article-external-reference-code"].data>
22 <#assign url = "/headless-delivery/v1.0/sites/${groupId}/structured-contents/by-external-reference-code/${externalRefCode}?fields=taxonomyCategoryBriefs.taxonomyCategoryName,taxonomyCategoryBriefs.taxonomyCategoryId">
23 <#assign taxonomyCategoryBriefs = restClient.get(url)>
24
25 <#if taxonomyCategoryBriefs??>
26 <#list taxonomyCategoryBriefs as key, categories>
27 <#list categories as category>
28 <#if category.taxonomyCategoryName??>
29 <#assign parentTaxonomyVocabularyRes = restClient.get("/headless-admin-taxonomy/v1.0/taxonomy-categories/${category.taxonomyCategoryId}") />
30 <!-- ${parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name} -->
31 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Models'>
32 <#assign modelId = category.taxonomyCategoryId />
33 </#if>
34 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Conditions'>
35 <#assign inventoryLinks = inventoryLinks + '<a href="/product-list?model=MODEL_ID&condition='+category.taxonomyCategoryId+'" class="inventory-slide-tag">'+category.taxonomyCategoryName+'</a>' />
36 </#if>
37 </#if>
38 </#list>
39 </#list>
40 </#if>
41 ${inventoryLinks?replace('MODEL_ID', modelId)}
42 </div>
43 </div>
44 <div class="inventory-slide-link">
45 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="btn text-white">LEARN ABOUT THIS MODEL <#if (name.getData())??><span class="sr-only">${name.getData()}</span></#if></a>
46 </div>
47 </div>
48</div>
-
An error occurred while processing the template.
For "#list" list source: Expected an extended hash, but this has evaluated to a string (wrapper: f.t.SimpleScalar): ==> taxonomyCategoryBriefs [in template "37794063322763#20119#81673" at line 26, column 48] ---- FTL stack trace ("~" means nesting-related): - Failed at: #list taxonomyCategoryBriefs as key, ... [in template "37794063322763#20119#81673" at line 26, column 41] ----
1<#--
2Add elements from the sidebar to define your template. Type "${" to use the
3autocomplete feature.
4-->
5
6<#assign modelId = "" />
7<#assign inventoryLinks = "" />
8
9<div class="inventory-slide">
10 <div class="inventory-img click-here-box">
11 <#if (thumbnail.getData())?? && thumbnail.getData() != "">
12 <img alt="${thumbnail.getAttribute("alt")}" data-fileentryid="${thumbnail.getAttribute("fileEntryId")}" src="${thumbnail.getData()}" class="img-fluid" />
13 </#if>
14 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="d-none click-here-link"></a>
15 </div>
16 <div class="inventory-slide-body">
17 <div class="inventory-slide-info">
18 <h3 class="inventory-slide-title">MODEL<span><#if (name.getData())??>${name.getData()}</#if></span></h3>
19 <div class="inventory-slide-tags">
20
21 <#assign externalRefCode = .vars["reserved-article-external-reference-code"].data>
22 <#assign url = "/headless-delivery/v1.0/sites/${groupId}/structured-contents/by-external-reference-code/${externalRefCode}?fields=taxonomyCategoryBriefs.taxonomyCategoryName,taxonomyCategoryBriefs.taxonomyCategoryId">
23 <#assign taxonomyCategoryBriefs = restClient.get(url)>
24
25 <#if taxonomyCategoryBriefs??>
26 <#list taxonomyCategoryBriefs as key, categories>
27 <#list categories as category>
28 <#if category.taxonomyCategoryName??>
29 <#assign parentTaxonomyVocabularyRes = restClient.get("/headless-admin-taxonomy/v1.0/taxonomy-categories/${category.taxonomyCategoryId}") />
30 <!-- ${parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name} -->
31 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Models'>
32 <#assign modelId = category.taxonomyCategoryId />
33 </#if>
34 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Conditions'>
35 <#assign inventoryLinks = inventoryLinks + '<a href="/product-list?model=MODEL_ID&condition='+category.taxonomyCategoryId+'" class="inventory-slide-tag">'+category.taxonomyCategoryName+'</a>' />
36 </#if>
37 </#if>
38 </#list>
39 </#list>
40 </#if>
41 ${inventoryLinks?replace('MODEL_ID', modelId)}
42 </div>
43 </div>
44 <div class="inventory-slide-link">
45 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="btn text-white">LEARN ABOUT THIS MODEL <#if (name.getData())??><span class="sr-only">${name.getData()}</span></#if></a>
46 </div>
47 </div>
48</div>
-
An error occurred while processing the template.
For "#list" list source: Expected an extended hash, but this has evaluated to a string (wrapper: f.t.SimpleScalar): ==> taxonomyCategoryBriefs [in template "37794063322763#20119#81673" at line 26, column 48] ---- FTL stack trace ("~" means nesting-related): - Failed at: #list taxonomyCategoryBriefs as key, ... [in template "37794063322763#20119#81673" at line 26, column 41] ----
1<#--
2Add elements from the sidebar to define your template. Type "${" to use the
3autocomplete feature.
4-->
5
6<#assign modelId = "" />
7<#assign inventoryLinks = "" />
8
9<div class="inventory-slide">
10 <div class="inventory-img click-here-box">
11 <#if (thumbnail.getData())?? && thumbnail.getData() != "">
12 <img alt="${thumbnail.getAttribute("alt")}" data-fileentryid="${thumbnail.getAttribute("fileEntryId")}" src="${thumbnail.getData()}" class="img-fluid" />
13 </#if>
14 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="d-none click-here-link"></a>
15 </div>
16 <div class="inventory-slide-body">
17 <div class="inventory-slide-info">
18 <h3 class="inventory-slide-title">MODEL<span><#if (name.getData())??>${name.getData()}</#if></span></h3>
19 <div class="inventory-slide-tags">
20
21 <#assign externalRefCode = .vars["reserved-article-external-reference-code"].data>
22 <#assign url = "/headless-delivery/v1.0/sites/${groupId}/structured-contents/by-external-reference-code/${externalRefCode}?fields=taxonomyCategoryBriefs.taxonomyCategoryName,taxonomyCategoryBriefs.taxonomyCategoryId">
23 <#assign taxonomyCategoryBriefs = restClient.get(url)>
24
25 <#if taxonomyCategoryBriefs??>
26 <#list taxonomyCategoryBriefs as key, categories>
27 <#list categories as category>
28 <#if category.taxonomyCategoryName??>
29 <#assign parentTaxonomyVocabularyRes = restClient.get("/headless-admin-taxonomy/v1.0/taxonomy-categories/${category.taxonomyCategoryId}") />
30 <!-- ${parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name} -->
31 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Models'>
32 <#assign modelId = category.taxonomyCategoryId />
33 </#if>
34 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Conditions'>
35 <#assign inventoryLinks = inventoryLinks + '<a href="/product-list?model=MODEL_ID&condition='+category.taxonomyCategoryId+'" class="inventory-slide-tag">'+category.taxonomyCategoryName+'</a>' />
36 </#if>
37 </#if>
38 </#list>
39 </#list>
40 </#if>
41 ${inventoryLinks?replace('MODEL_ID', modelId)}
42 </div>
43 </div>
44 <div class="inventory-slide-link">
45 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="btn text-white">LEARN ABOUT THIS MODEL <#if (name.getData())??><span class="sr-only">${name.getData()}</span></#if></a>
46 </div>
47 </div>
48</div>
-
An error occurred while processing the template.
For "#list" list source: Expected an extended hash, but this has evaluated to a string (wrapper: f.t.SimpleScalar): ==> taxonomyCategoryBriefs [in template "37794063322763#20119#81673" at line 26, column 48] ---- FTL stack trace ("~" means nesting-related): - Failed at: #list taxonomyCategoryBriefs as key, ... [in template "37794063322763#20119#81673" at line 26, column 41] ----
1<#--
2Add elements from the sidebar to define your template. Type "${" to use the
3autocomplete feature.
4-->
5
6<#assign modelId = "" />
7<#assign inventoryLinks = "" />
8
9<div class="inventory-slide">
10 <div class="inventory-img click-here-box">
11 <#if (thumbnail.getData())?? && thumbnail.getData() != "">
12 <img alt="${thumbnail.getAttribute("alt")}" data-fileentryid="${thumbnail.getAttribute("fileEntryId")}" src="${thumbnail.getData()}" class="img-fluid" />
13 </#if>
14 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="d-none click-here-link"></a>
15 </div>
16 <div class="inventory-slide-body">
17 <div class="inventory-slide-info">
18 <h3 class="inventory-slide-title">MODEL<span><#if (name.getData())??>${name.getData()}</#if></span></h3>
19 <div class="inventory-slide-tags">
20
21 <#assign externalRefCode = .vars["reserved-article-external-reference-code"].data>
22 <#assign url = "/headless-delivery/v1.0/sites/${groupId}/structured-contents/by-external-reference-code/${externalRefCode}?fields=taxonomyCategoryBriefs.taxonomyCategoryName,taxonomyCategoryBriefs.taxonomyCategoryId">
23 <#assign taxonomyCategoryBriefs = restClient.get(url)>
24
25 <#if taxonomyCategoryBriefs??>
26 <#list taxonomyCategoryBriefs as key, categories>
27 <#list categories as category>
28 <#if category.taxonomyCategoryName??>
29 <#assign parentTaxonomyVocabularyRes = restClient.get("/headless-admin-taxonomy/v1.0/taxonomy-categories/${category.taxonomyCategoryId}") />
30 <!-- ${parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name} -->
31 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Models'>
32 <#assign modelId = category.taxonomyCategoryId />
33 </#if>
34 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Conditions'>
35 <#assign inventoryLinks = inventoryLinks + '<a href="/product-list?model=MODEL_ID&condition='+category.taxonomyCategoryId+'" class="inventory-slide-tag">'+category.taxonomyCategoryName+'</a>' />
36 </#if>
37 </#if>
38 </#list>
39 </#list>
40 </#if>
41 ${inventoryLinks?replace('MODEL_ID', modelId)}
42 </div>
43 </div>
44 <div class="inventory-slide-link">
45 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="btn text-white">LEARN ABOUT THIS MODEL <#if (name.getData())??><span class="sr-only">${name.getData()}</span></#if></a>
46 </div>
47 </div>
48</div>
-
An error occurred while processing the template.
For "#list" list source: Expected an extended hash, but this has evaluated to a string (wrapper: f.t.SimpleScalar): ==> taxonomyCategoryBriefs [in template "37794063322763#20119#81673" at line 26, column 48] ---- FTL stack trace ("~" means nesting-related): - Failed at: #list taxonomyCategoryBriefs as key, ... [in template "37794063322763#20119#81673" at line 26, column 41] ----
1<#--
2Add elements from the sidebar to define your template. Type "${" to use the
3autocomplete feature.
4-->
5
6<#assign modelId = "" />
7<#assign inventoryLinks = "" />
8
9<div class="inventory-slide">
10 <div class="inventory-img click-here-box">
11 <#if (thumbnail.getData())?? && thumbnail.getData() != "">
12 <img alt="${thumbnail.getAttribute("alt")}" data-fileentryid="${thumbnail.getAttribute("fileEntryId")}" src="${thumbnail.getData()}" class="img-fluid" />
13 </#if>
14 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="d-none click-here-link"></a>
15 </div>
16 <div class="inventory-slide-body">
17 <div class="inventory-slide-info">
18 <h3 class="inventory-slide-title">MODEL<span><#if (name.getData())??>${name.getData()}</#if></span></h3>
19 <div class="inventory-slide-tags">
20
21 <#assign externalRefCode = .vars["reserved-article-external-reference-code"].data>
22 <#assign url = "/headless-delivery/v1.0/sites/${groupId}/structured-contents/by-external-reference-code/${externalRefCode}?fields=taxonomyCategoryBriefs.taxonomyCategoryName,taxonomyCategoryBriefs.taxonomyCategoryId">
23 <#assign taxonomyCategoryBriefs = restClient.get(url)>
24
25 <#if taxonomyCategoryBriefs??>
26 <#list taxonomyCategoryBriefs as key, categories>
27 <#list categories as category>
28 <#if category.taxonomyCategoryName??>
29 <#assign parentTaxonomyVocabularyRes = restClient.get("/headless-admin-taxonomy/v1.0/taxonomy-categories/${category.taxonomyCategoryId}") />
30 <!-- ${parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name} -->
31 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Models'>
32 <#assign modelId = category.taxonomyCategoryId />
33 </#if>
34 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Conditions'>
35 <#assign inventoryLinks = inventoryLinks + '<a href="/product-list?model=MODEL_ID&condition='+category.taxonomyCategoryId+'" class="inventory-slide-tag">'+category.taxonomyCategoryName+'</a>' />
36 </#if>
37 </#if>
38 </#list>
39 </#list>
40 </#if>
41 ${inventoryLinks?replace('MODEL_ID', modelId)}
42 </div>
43 </div>
44 <div class="inventory-slide-link">
45 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="btn text-white">LEARN ABOUT THIS MODEL <#if (name.getData())??><span class="sr-only">${name.getData()}</span></#if></a>
46 </div>
47 </div>
48</div>
-
An error occurred while processing the template.
For "#list" list source: Expected an extended hash, but this has evaluated to a string (wrapper: f.t.SimpleScalar): ==> taxonomyCategoryBriefs [in template "37794063322763#20119#81673" at line 26, column 48] ---- FTL stack trace ("~" means nesting-related): - Failed at: #list taxonomyCategoryBriefs as key, ... [in template "37794063322763#20119#81673" at line 26, column 41] ----
1<#--
2Add elements from the sidebar to define your template. Type "${" to use the
3autocomplete feature.
4-->
5
6<#assign modelId = "" />
7<#assign inventoryLinks = "" />
8
9<div class="inventory-slide">
10 <div class="inventory-img click-here-box">
11 <#if (thumbnail.getData())?? && thumbnail.getData() != "">
12 <img alt="${thumbnail.getAttribute("alt")}" data-fileentryid="${thumbnail.getAttribute("fileEntryId")}" src="${thumbnail.getData()}" class="img-fluid" />
13 </#if>
14 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="d-none click-here-link"></a>
15 </div>
16 <div class="inventory-slide-body">
17 <div class="inventory-slide-info">
18 <h3 class="inventory-slide-title">MODEL<span><#if (name.getData())??>${name.getData()}</#if></span></h3>
19 <div class="inventory-slide-tags">
20
21 <#assign externalRefCode = .vars["reserved-article-external-reference-code"].data>
22 <#assign url = "/headless-delivery/v1.0/sites/${groupId}/structured-contents/by-external-reference-code/${externalRefCode}?fields=taxonomyCategoryBriefs.taxonomyCategoryName,taxonomyCategoryBriefs.taxonomyCategoryId">
23 <#assign taxonomyCategoryBriefs = restClient.get(url)>
24
25 <#if taxonomyCategoryBriefs??>
26 <#list taxonomyCategoryBriefs as key, categories>
27 <#list categories as category>
28 <#if category.taxonomyCategoryName??>
29 <#assign parentTaxonomyVocabularyRes = restClient.get("/headless-admin-taxonomy/v1.0/taxonomy-categories/${category.taxonomyCategoryId}") />
30 <!-- ${parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name} -->
31 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Models'>
32 <#assign modelId = category.taxonomyCategoryId />
33 </#if>
34 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Conditions'>
35 <#assign inventoryLinks = inventoryLinks + '<a href="/product-list?model=MODEL_ID&condition='+category.taxonomyCategoryId+'" class="inventory-slide-tag">'+category.taxonomyCategoryName+'</a>' />
36 </#if>
37 </#if>
38 </#list>
39 </#list>
40 </#if>
41 ${inventoryLinks?replace('MODEL_ID', modelId)}
42 </div>
43 </div>
44 <div class="inventory-slide-link">
45 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="btn text-white">LEARN ABOUT THIS MODEL <#if (name.getData())??><span class="sr-only">${name.getData()}</span></#if></a>
46 </div>
47 </div>
48</div>
-
An error occurred while processing the template.
For "#list" list source: Expected an extended hash, but this has evaluated to a string (wrapper: f.t.SimpleScalar): ==> taxonomyCategoryBriefs [in template "37794063322763#20119#81673" at line 26, column 48] ---- FTL stack trace ("~" means nesting-related): - Failed at: #list taxonomyCategoryBriefs as key, ... [in template "37794063322763#20119#81673" at line 26, column 41] ----
1<#--
2Add elements from the sidebar to define your template. Type "${" to use the
3autocomplete feature.
4-->
5
6<#assign modelId = "" />
7<#assign inventoryLinks = "" />
8
9<div class="inventory-slide">
10 <div class="inventory-img click-here-box">
11 <#if (thumbnail.getData())?? && thumbnail.getData() != "">
12 <img alt="${thumbnail.getAttribute("alt")}" data-fileentryid="${thumbnail.getAttribute("fileEntryId")}" src="${thumbnail.getData()}" class="img-fluid" />
13 </#if>
14 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="d-none click-here-link"></a>
15 </div>
16 <div class="inventory-slide-body">
17 <div class="inventory-slide-info">
18 <h3 class="inventory-slide-title">MODEL<span><#if (name.getData())??>${name.getData()}</#if></span></h3>
19 <div class="inventory-slide-tags">
20
21 <#assign externalRefCode = .vars["reserved-article-external-reference-code"].data>
22 <#assign url = "/headless-delivery/v1.0/sites/${groupId}/structured-contents/by-external-reference-code/${externalRefCode}?fields=taxonomyCategoryBriefs.taxonomyCategoryName,taxonomyCategoryBriefs.taxonomyCategoryId">
23 <#assign taxonomyCategoryBriefs = restClient.get(url)>
24
25 <#if taxonomyCategoryBriefs??>
26 <#list taxonomyCategoryBriefs as key, categories>
27 <#list categories as category>
28 <#if category.taxonomyCategoryName??>
29 <#assign parentTaxonomyVocabularyRes = restClient.get("/headless-admin-taxonomy/v1.0/taxonomy-categories/${category.taxonomyCategoryId}") />
30 <!-- ${parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name} -->
31 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Models'>
32 <#assign modelId = category.taxonomyCategoryId />
33 </#if>
34 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Conditions'>
35 <#assign inventoryLinks = inventoryLinks + '<a href="/product-list?model=MODEL_ID&condition='+category.taxonomyCategoryId+'" class="inventory-slide-tag">'+category.taxonomyCategoryName+'</a>' />
36 </#if>
37 </#if>
38 </#list>
39 </#list>
40 </#if>
41 ${inventoryLinks?replace('MODEL_ID', modelId)}
42 </div>
43 </div>
44 <div class="inventory-slide-link">
45 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="btn text-white">LEARN ABOUT THIS MODEL <#if (name.getData())??><span class="sr-only">${name.getData()}</span></#if></a>
46 </div>
47 </div>
48</div>
-
An error occurred while processing the template.
For "#list" list source: Expected an extended hash, but this has evaluated to a string (wrapper: f.t.SimpleScalar): ==> taxonomyCategoryBriefs [in template "37794063322763#20119#81673" at line 26, column 48] ---- FTL stack trace ("~" means nesting-related): - Failed at: #list taxonomyCategoryBriefs as key, ... [in template "37794063322763#20119#81673" at line 26, column 41] ----
1<#--
2Add elements from the sidebar to define your template. Type "${" to use the
3autocomplete feature.
4-->
5
6<#assign modelId = "" />
7<#assign inventoryLinks = "" />
8
9<div class="inventory-slide">
10 <div class="inventory-img click-here-box">
11 <#if (thumbnail.getData())?? && thumbnail.getData() != "">
12 <img alt="${thumbnail.getAttribute("alt")}" data-fileentryid="${thumbnail.getAttribute("fileEntryId")}" src="${thumbnail.getData()}" class="img-fluid" />
13 </#if>
14 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="d-none click-here-link"></a>
15 </div>
16 <div class="inventory-slide-body">
17 <div class="inventory-slide-info">
18 <h3 class="inventory-slide-title">MODEL<span><#if (name.getData())??>${name.getData()}</#if></span></h3>
19 <div class="inventory-slide-tags">
20
21 <#assign externalRefCode = .vars["reserved-article-external-reference-code"].data>
22 <#assign url = "/headless-delivery/v1.0/sites/${groupId}/structured-contents/by-external-reference-code/${externalRefCode}?fields=taxonomyCategoryBriefs.taxonomyCategoryName,taxonomyCategoryBriefs.taxonomyCategoryId">
23 <#assign taxonomyCategoryBriefs = restClient.get(url)>
24
25 <#if taxonomyCategoryBriefs??>
26 <#list taxonomyCategoryBriefs as key, categories>
27 <#list categories as category>
28 <#if category.taxonomyCategoryName??>
29 <#assign parentTaxonomyVocabularyRes = restClient.get("/headless-admin-taxonomy/v1.0/taxonomy-categories/${category.taxonomyCategoryId}") />
30 <!-- ${parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name} -->
31 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Models'>
32 <#assign modelId = category.taxonomyCategoryId />
33 </#if>
34 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Conditions'>
35 <#assign inventoryLinks = inventoryLinks + '<a href="/product-list?model=MODEL_ID&condition='+category.taxonomyCategoryId+'" class="inventory-slide-tag">'+category.taxonomyCategoryName+'</a>' />
36 </#if>
37 </#if>
38 </#list>
39 </#list>
40 </#if>
41 ${inventoryLinks?replace('MODEL_ID', modelId)}
42 </div>
43 </div>
44 <div class="inventory-slide-link">
45 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="btn text-white">LEARN ABOUT THIS MODEL <#if (name.getData())??><span class="sr-only">${name.getData()}</span></#if></a>
46 </div>
47 </div>
48</div>
-
An error occurred while processing the template.
For "#list" list source: Expected an extended hash, but this has evaluated to a string (wrapper: f.t.SimpleScalar): ==> taxonomyCategoryBriefs [in template "37794063322763#20119#81673" at line 26, column 48] ---- FTL stack trace ("~" means nesting-related): - Failed at: #list taxonomyCategoryBriefs as key, ... [in template "37794063322763#20119#81673" at line 26, column 41] ----
1<#--
2Add elements from the sidebar to define your template. Type "${" to use the
3autocomplete feature.
4-->
5
6<#assign modelId = "" />
7<#assign inventoryLinks = "" />
8
9<div class="inventory-slide">
10 <div class="inventory-img click-here-box">
11 <#if (thumbnail.getData())?? && thumbnail.getData() != "">
12 <img alt="${thumbnail.getAttribute("alt")}" data-fileentryid="${thumbnail.getAttribute("fileEntryId")}" src="${thumbnail.getData()}" class="img-fluid" />
13 </#if>
14 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="d-none click-here-link"></a>
15 </div>
16 <div class="inventory-slide-body">
17 <div class="inventory-slide-info">
18 <h3 class="inventory-slide-title">MODEL<span><#if (name.getData())??>${name.getData()}</#if></span></h3>
19 <div class="inventory-slide-tags">
20
21 <#assign externalRefCode = .vars["reserved-article-external-reference-code"].data>
22 <#assign url = "/headless-delivery/v1.0/sites/${groupId}/structured-contents/by-external-reference-code/${externalRefCode}?fields=taxonomyCategoryBriefs.taxonomyCategoryName,taxonomyCategoryBriefs.taxonomyCategoryId">
23 <#assign taxonomyCategoryBriefs = restClient.get(url)>
24
25 <#if taxonomyCategoryBriefs??>
26 <#list taxonomyCategoryBriefs as key, categories>
27 <#list categories as category>
28 <#if category.taxonomyCategoryName??>
29 <#assign parentTaxonomyVocabularyRes = restClient.get("/headless-admin-taxonomy/v1.0/taxonomy-categories/${category.taxonomyCategoryId}") />
30 <!-- ${parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name} -->
31 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Models'>
32 <#assign modelId = category.taxonomyCategoryId />
33 </#if>
34 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Conditions'>
35 <#assign inventoryLinks = inventoryLinks + '<a href="/product-list?model=MODEL_ID&condition='+category.taxonomyCategoryId+'" class="inventory-slide-tag">'+category.taxonomyCategoryName+'</a>' />
36 </#if>
37 </#if>
38 </#list>
39 </#list>
40 </#if>
41 ${inventoryLinks?replace('MODEL_ID', modelId)}
42 </div>
43 </div>
44 <div class="inventory-slide-link">
45 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="btn text-white">LEARN ABOUT THIS MODEL <#if (name.getData())??><span class="sr-only">${name.getData()}</span></#if></a>
46 </div>
47 </div>
48</div>
-
An error occurred while processing the template.
For "#list" list source: Expected an extended hash, but this has evaluated to a string (wrapper: f.t.SimpleScalar): ==> taxonomyCategoryBriefs [in template "37794063322763#20119#81673" at line 26, column 48] ---- FTL stack trace ("~" means nesting-related): - Failed at: #list taxonomyCategoryBriefs as key, ... [in template "37794063322763#20119#81673" at line 26, column 41] ----
1<#--
2Add elements from the sidebar to define your template. Type "${" to use the
3autocomplete feature.
4-->
5
6<#assign modelId = "" />
7<#assign inventoryLinks = "" />
8
9<div class="inventory-slide">
10 <div class="inventory-img click-here-box">
11 <#if (thumbnail.getData())?? && thumbnail.getData() != "">
12 <img alt="${thumbnail.getAttribute("alt")}" data-fileentryid="${thumbnail.getAttribute("fileEntryId")}" src="${thumbnail.getData()}" class="img-fluid" />
13 </#if>
14 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="d-none click-here-link"></a>
15 </div>
16 <div class="inventory-slide-body">
17 <div class="inventory-slide-info">
18 <h3 class="inventory-slide-title">MODEL<span><#if (name.getData())??>${name.getData()}</#if></span></h3>
19 <div class="inventory-slide-tags">
20
21 <#assign externalRefCode = .vars["reserved-article-external-reference-code"].data>
22 <#assign url = "/headless-delivery/v1.0/sites/${groupId}/structured-contents/by-external-reference-code/${externalRefCode}?fields=taxonomyCategoryBriefs.taxonomyCategoryName,taxonomyCategoryBriefs.taxonomyCategoryId">
23 <#assign taxonomyCategoryBriefs = restClient.get(url)>
24
25 <#if taxonomyCategoryBriefs??>
26 <#list taxonomyCategoryBriefs as key, categories>
27 <#list categories as category>
28 <#if category.taxonomyCategoryName??>
29 <#assign parentTaxonomyVocabularyRes = restClient.get("/headless-admin-taxonomy/v1.0/taxonomy-categories/${category.taxonomyCategoryId}") />
30 <!-- ${parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name} -->
31 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Models'>
32 <#assign modelId = category.taxonomyCategoryId />
33 </#if>
34 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Conditions'>
35 <#assign inventoryLinks = inventoryLinks + '<a href="/product-list?model=MODEL_ID&condition='+category.taxonomyCategoryId+'" class="inventory-slide-tag">'+category.taxonomyCategoryName+'</a>' />
36 </#if>
37 </#if>
38 </#list>
39 </#list>
40 </#if>
41 ${inventoryLinks?replace('MODEL_ID', modelId)}
42 </div>
43 </div>
44 <div class="inventory-slide-link">
45 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="btn text-white">LEARN ABOUT THIS MODEL <#if (name.getData())??><span class="sr-only">${name.getData()}</span></#if></a>
46 </div>
47 </div>
48</div>
-
An error occurred while processing the template.
For "#list" list source: Expected an extended hash, but this has evaluated to a string (wrapper: f.t.SimpleScalar): ==> taxonomyCategoryBriefs [in template "37794063322763#20119#81673" at line 26, column 48] ---- FTL stack trace ("~" means nesting-related): - Failed at: #list taxonomyCategoryBriefs as key, ... [in template "37794063322763#20119#81673" at line 26, column 41] ----
1<#--
2Add elements from the sidebar to define your template. Type "${" to use the
3autocomplete feature.
4-->
5
6<#assign modelId = "" />
7<#assign inventoryLinks = "" />
8
9<div class="inventory-slide">
10 <div class="inventory-img click-here-box">
11 <#if (thumbnail.getData())?? && thumbnail.getData() != "">
12 <img alt="${thumbnail.getAttribute("alt")}" data-fileentryid="${thumbnail.getAttribute("fileEntryId")}" src="${thumbnail.getData()}" class="img-fluid" />
13 </#if>
14 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="d-none click-here-link"></a>
15 </div>
16 <div class="inventory-slide-body">
17 <div class="inventory-slide-info">
18 <h3 class="inventory-slide-title">MODEL<span><#if (name.getData())??>${name.getData()}</#if></span></h3>
19 <div class="inventory-slide-tags">
20
21 <#assign externalRefCode = .vars["reserved-article-external-reference-code"].data>
22 <#assign url = "/headless-delivery/v1.0/sites/${groupId}/structured-contents/by-external-reference-code/${externalRefCode}?fields=taxonomyCategoryBriefs.taxonomyCategoryName,taxonomyCategoryBriefs.taxonomyCategoryId">
23 <#assign taxonomyCategoryBriefs = restClient.get(url)>
24
25 <#if taxonomyCategoryBriefs??>
26 <#list taxonomyCategoryBriefs as key, categories>
27 <#list categories as category>
28 <#if category.taxonomyCategoryName??>
29 <#assign parentTaxonomyVocabularyRes = restClient.get("/headless-admin-taxonomy/v1.0/taxonomy-categories/${category.taxonomyCategoryId}") />
30 <!-- ${parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name} -->
31 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Models'>
32 <#assign modelId = category.taxonomyCategoryId />
33 </#if>
34 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Conditions'>
35 <#assign inventoryLinks = inventoryLinks + '<a href="/product-list?model=MODEL_ID&condition='+category.taxonomyCategoryId+'" class="inventory-slide-tag">'+category.taxonomyCategoryName+'</a>' />
36 </#if>
37 </#if>
38 </#list>
39 </#list>
40 </#if>
41 ${inventoryLinks?replace('MODEL_ID', modelId)}
42 </div>
43 </div>
44 <div class="inventory-slide-link">
45 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="btn text-white">LEARN ABOUT THIS MODEL <#if (name.getData())??><span class="sr-only">${name.getData()}</span></#if></a>
46 </div>
47 </div>
48</div>
-
An error occurred while processing the template.
For "#list" list source: Expected an extended hash, but this has evaluated to a string (wrapper: f.t.SimpleScalar): ==> taxonomyCategoryBriefs [in template "37794063322763#20119#81673" at line 26, column 48] ---- FTL stack trace ("~" means nesting-related): - Failed at: #list taxonomyCategoryBriefs as key, ... [in template "37794063322763#20119#81673" at line 26, column 41] ----
1<#--
2Add elements from the sidebar to define your template. Type "${" to use the
3autocomplete feature.
4-->
5
6<#assign modelId = "" />
7<#assign inventoryLinks = "" />
8
9<div class="inventory-slide">
10 <div class="inventory-img click-here-box">
11 <#if (thumbnail.getData())?? && thumbnail.getData() != "">
12 <img alt="${thumbnail.getAttribute("alt")}" data-fileentryid="${thumbnail.getAttribute("fileEntryId")}" src="${thumbnail.getData()}" class="img-fluid" />
13 </#if>
14 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="d-none click-here-link"></a>
15 </div>
16 <div class="inventory-slide-body">
17 <div class="inventory-slide-info">
18 <h3 class="inventory-slide-title">MODEL<span><#if (name.getData())??>${name.getData()}</#if></span></h3>
19 <div class="inventory-slide-tags">
20
21 <#assign externalRefCode = .vars["reserved-article-external-reference-code"].data>
22 <#assign url = "/headless-delivery/v1.0/sites/${groupId}/structured-contents/by-external-reference-code/${externalRefCode}?fields=taxonomyCategoryBriefs.taxonomyCategoryName,taxonomyCategoryBriefs.taxonomyCategoryId">
23 <#assign taxonomyCategoryBriefs = restClient.get(url)>
24
25 <#if taxonomyCategoryBriefs??>
26 <#list taxonomyCategoryBriefs as key, categories>
27 <#list categories as category>
28 <#if category.taxonomyCategoryName??>
29 <#assign parentTaxonomyVocabularyRes = restClient.get("/headless-admin-taxonomy/v1.0/taxonomy-categories/${category.taxonomyCategoryId}") />
30 <!-- ${parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name} -->
31 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Models'>
32 <#assign modelId = category.taxonomyCategoryId />
33 </#if>
34 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Conditions'>
35 <#assign inventoryLinks = inventoryLinks + '<a href="/product-list?model=MODEL_ID&condition='+category.taxonomyCategoryId+'" class="inventory-slide-tag">'+category.taxonomyCategoryName+'</a>' />
36 </#if>
37 </#if>
38 </#list>
39 </#list>
40 </#if>
41 ${inventoryLinks?replace('MODEL_ID', modelId)}
42 </div>
43 </div>
44 <div class="inventory-slide-link">
45 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="btn text-white">LEARN ABOUT THIS MODEL <#if (name.getData())??><span class="sr-only">${name.getData()}</span></#if></a>
46 </div>
47 </div>
48</div>
-
An error occurred while processing the template.
For "#list" list source: Expected an extended hash, but this has evaluated to a string (wrapper: f.t.SimpleScalar): ==> taxonomyCategoryBriefs [in template "37794063322763#20119#81673" at line 26, column 48] ---- FTL stack trace ("~" means nesting-related): - Failed at: #list taxonomyCategoryBriefs as key, ... [in template "37794063322763#20119#81673" at line 26, column 41] ----
1<#--
2Add elements from the sidebar to define your template. Type "${" to use the
3autocomplete feature.
4-->
5
6<#assign modelId = "" />
7<#assign inventoryLinks = "" />
8
9<div class="inventory-slide">
10 <div class="inventory-img click-here-box">
11 <#if (thumbnail.getData())?? && thumbnail.getData() != "">
12 <img alt="${thumbnail.getAttribute("alt")}" data-fileentryid="${thumbnail.getAttribute("fileEntryId")}" src="${thumbnail.getData()}" class="img-fluid" />
13 </#if>
14 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="d-none click-here-link"></a>
15 </div>
16 <div class="inventory-slide-body">
17 <div class="inventory-slide-info">
18 <h3 class="inventory-slide-title">MODEL<span><#if (name.getData())??>${name.getData()}</#if></span></h3>
19 <div class="inventory-slide-tags">
20
21 <#assign externalRefCode = .vars["reserved-article-external-reference-code"].data>
22 <#assign url = "/headless-delivery/v1.0/sites/${groupId}/structured-contents/by-external-reference-code/${externalRefCode}?fields=taxonomyCategoryBriefs.taxonomyCategoryName,taxonomyCategoryBriefs.taxonomyCategoryId">
23 <#assign taxonomyCategoryBriefs = restClient.get(url)>
24
25 <#if taxonomyCategoryBriefs??>
26 <#list taxonomyCategoryBriefs as key, categories>
27 <#list categories as category>
28 <#if category.taxonomyCategoryName??>
29 <#assign parentTaxonomyVocabularyRes = restClient.get("/headless-admin-taxonomy/v1.0/taxonomy-categories/${category.taxonomyCategoryId}") />
30 <!-- ${parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name} -->
31 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Models'>
32 <#assign modelId = category.taxonomyCategoryId />
33 </#if>
34 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Conditions'>
35 <#assign inventoryLinks = inventoryLinks + '<a href="/product-list?model=MODEL_ID&condition='+category.taxonomyCategoryId+'" class="inventory-slide-tag">'+category.taxonomyCategoryName+'</a>' />
36 </#if>
37 </#if>
38 </#list>
39 </#list>
40 </#if>
41 ${inventoryLinks?replace('MODEL_ID', modelId)}
42 </div>
43 </div>
44 <div class="inventory-slide-link">
45 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="btn text-white">LEARN ABOUT THIS MODEL <#if (name.getData())??><span class="sr-only">${name.getData()}</span></#if></a>
46 </div>
47 </div>
48</div>
-
An error occurred while processing the template.
For "#list" list source: Expected an extended hash, but this has evaluated to a string (wrapper: f.t.SimpleScalar): ==> taxonomyCategoryBriefs [in template "37794063322763#20119#81673" at line 26, column 48] ---- FTL stack trace ("~" means nesting-related): - Failed at: #list taxonomyCategoryBriefs as key, ... [in template "37794063322763#20119#81673" at line 26, column 41] ----
1<#--
2Add elements from the sidebar to define your template. Type "${" to use the
3autocomplete feature.
4-->
5
6<#assign modelId = "" />
7<#assign inventoryLinks = "" />
8
9<div class="inventory-slide">
10 <div class="inventory-img click-here-box">
11 <#if (thumbnail.getData())?? && thumbnail.getData() != "">
12 <img alt="${thumbnail.getAttribute("alt")}" data-fileentryid="${thumbnail.getAttribute("fileEntryId")}" src="${thumbnail.getData()}" class="img-fluid" />
13 </#if>
14 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="d-none click-here-link"></a>
15 </div>
16 <div class="inventory-slide-body">
17 <div class="inventory-slide-info">
18 <h3 class="inventory-slide-title">MODEL<span><#if (name.getData())??>${name.getData()}</#if></span></h3>
19 <div class="inventory-slide-tags">
20
21 <#assign externalRefCode = .vars["reserved-article-external-reference-code"].data>
22 <#assign url = "/headless-delivery/v1.0/sites/${groupId}/structured-contents/by-external-reference-code/${externalRefCode}?fields=taxonomyCategoryBriefs.taxonomyCategoryName,taxonomyCategoryBriefs.taxonomyCategoryId">
23 <#assign taxonomyCategoryBriefs = restClient.get(url)>
24
25 <#if taxonomyCategoryBriefs??>
26 <#list taxonomyCategoryBriefs as key, categories>
27 <#list categories as category>
28 <#if category.taxonomyCategoryName??>
29 <#assign parentTaxonomyVocabularyRes = restClient.get("/headless-admin-taxonomy/v1.0/taxonomy-categories/${category.taxonomyCategoryId}") />
30 <!-- ${parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name} -->
31 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Models'>
32 <#assign modelId = category.taxonomyCategoryId />
33 </#if>
34 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Conditions'>
35 <#assign inventoryLinks = inventoryLinks + '<a href="/product-list?model=MODEL_ID&condition='+category.taxonomyCategoryId+'" class="inventory-slide-tag">'+category.taxonomyCategoryName+'</a>' />
36 </#if>
37 </#if>
38 </#list>
39 </#list>
40 </#if>
41 ${inventoryLinks?replace('MODEL_ID', modelId)}
42 </div>
43 </div>
44 <div class="inventory-slide-link">
45 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="btn text-white">LEARN ABOUT THIS MODEL <#if (name.getData())??><span class="sr-only">${name.getData()}</span></#if></a>
46 </div>
47 </div>
48</div>
-
An error occurred while processing the template.
For "#list" list source: Expected an extended hash, but this has evaluated to a string (wrapper: f.t.SimpleScalar): ==> taxonomyCategoryBriefs [in template "37794063322763#20119#81673" at line 26, column 48] ---- FTL stack trace ("~" means nesting-related): - Failed at: #list taxonomyCategoryBriefs as key, ... [in template "37794063322763#20119#81673" at line 26, column 41] ----
1<#--
2Add elements from the sidebar to define your template. Type "${" to use the
3autocomplete feature.
4-->
5
6<#assign modelId = "" />
7<#assign inventoryLinks = "" />
8
9<div class="inventory-slide">
10 <div class="inventory-img click-here-box">
11 <#if (thumbnail.getData())?? && thumbnail.getData() != "">
12 <img alt="${thumbnail.getAttribute("alt")}" data-fileentryid="${thumbnail.getAttribute("fileEntryId")}" src="${thumbnail.getData()}" class="img-fluid" />
13 </#if>
14 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="d-none click-here-link"></a>
15 </div>
16 <div class="inventory-slide-body">
17 <div class="inventory-slide-info">
18 <h3 class="inventory-slide-title">MODEL<span><#if (name.getData())??>${name.getData()}</#if></span></h3>
19 <div class="inventory-slide-tags">
20
21 <#assign externalRefCode = .vars["reserved-article-external-reference-code"].data>
22 <#assign url = "/headless-delivery/v1.0/sites/${groupId}/structured-contents/by-external-reference-code/${externalRefCode}?fields=taxonomyCategoryBriefs.taxonomyCategoryName,taxonomyCategoryBriefs.taxonomyCategoryId">
23 <#assign taxonomyCategoryBriefs = restClient.get(url)>
24
25 <#if taxonomyCategoryBriefs??>
26 <#list taxonomyCategoryBriefs as key, categories>
27 <#list categories as category>
28 <#if category.taxonomyCategoryName??>
29 <#assign parentTaxonomyVocabularyRes = restClient.get("/headless-admin-taxonomy/v1.0/taxonomy-categories/${category.taxonomyCategoryId}") />
30 <!-- ${parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name} -->
31 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Models'>
32 <#assign modelId = category.taxonomyCategoryId />
33 </#if>
34 <#if parentTaxonomyVocabularyRes?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary?? && parentTaxonomyVocabularyRes.parentTaxonomyVocabulary.name?keep_after('. ') = 'Conditions'>
35 <#assign inventoryLinks = inventoryLinks + '<a href="/product-list?model=MODEL_ID&condition='+category.taxonomyCategoryId+'" class="inventory-slide-tag">'+category.taxonomyCategoryName+'</a>' />
36 </#if>
37 </#if>
38 </#list>
39 </#list>
40 </#if>
41 ${inventoryLinks?replace('MODEL_ID', modelId)}
42 </div>
43 </div>
44 <div class="inventory-slide-link">
45 <a href="/showroom#${.vars["reserved-article-id_"].data}" class="btn text-white">LEARN ABOUT THIS MODEL <#if (name.getData())??><span class="sr-only">${name.getData()}</span></#if></a>
46 </div>
47 </div>
48</div>
Get to Know The Pete Store

Service
- Why Choose The Pete Store: We're your trusted partner for all your truck care needs. Experience friendly service, expert technicians, and hassle-free repairs.
- Rapid Check Diagnostics: Don't wait for a diagnosis. Our expert technicians will provide an initial evaluation of your truck within an hour of check-in, so you can make informed decisions about repairs.
- Services We Provide: Keep your truck in peak condition with our comprehensive range of services, including preventative maintenance, expert repairs, convenient mobile service, and top-notch body work.

Service Specials
- Save on Service: Enjoy significant discounts on a range of maintenance, component cleanings, and inspections.
- Loyalty Rewards: Don't miss out on savings with the Peterbilt loyalty program. Call us to sign up today and start earning points.
- Pair with Parts Discounts: Enhance your savings by bundling our service discounts with monthly parts specials.

Mobile Service
- Expert Truck Care: Trust our experienced mobile service team to keep your fleet running smoothly.
- Coverage Across the East Coast: Our mobile service units are strategically located throughout the East Coast, ensuring you're never far from expert assistance.
- Save time: Maximize productivity with our convenient mobile service. Our technicians will arrive promptly to diagnose and repair your truck.

Parts
- Paccar Genuine Parts: Experience superior quality and performance with parts engineered for Paccar trucks.
- All-Makes Parts: Find parts for a variety of truck brands and models.
- Quality OEM Parts: Rely on OEM parts for reliable performance and durability.

Parts Specials
- Engine Discounts: Enjoy significant savings on select engine parts, including pistons, liners, and gaskets.
- Brake System Savings: Upgrade your braking system with discounted brake pads, shoes, rotors, and drums.
- Suspension Specials: Keep your trucks riding smoothly with deals on suspension components.

Online Parts Counter
- 24/7 Access: Order parts anytime, anywhere with convenient online access.
- Real-Time Inventory: Check stock levels and availability in real time.
- Personalized Portal: Create a customized portal for your business with easy ordering and tracking.

Leasing
- Customized Leasing Solutions: We understand that every business is different. That's why we offer flexible leasing options that can be tailored to your needs.
- Maximize Your ROI: One monthly payment that fits your budget and covers all the essential services.
- Local Support, Nationwide Coverage: With The Pete Store's local expertise and PaceLease's national network, you're never far from reliable truck care.

Rental
- Quality Trucks: Our extensive inventory features premium medium and heavy-duty trucks. Drivers will appreciate the comfort, reliability, and advanced features these vehicles offer.
- Customized Rentals: Don't settle for generic rentals. Our customized solutions are designed to fit your specific business needs.
- Friendly Support: We're more than just a rental provider. We're your trusted partner, dedicated to providing exceptional service and treating you like family.

Customized Solutions
- Fleet Management Made Easy: Take the stress out of managing your fleet and streamline your operations with comprehensive solutions.
- Additional Services: Services include telematics, fuel cards, fuel tax services, and toll management.
- Training Services: Keep your drivers informed and equipped with comprehensive driver safety and compliance training.

Finance
- Competitive Rates: We work with a network of lenders to secure the most competitive rates available.
- Fast and East Approvals: Get the green light quickly so you and your new truck can hit the road.
- Expert Guidance: Our knowledgeable finance professionals will guide you through every step of the process.

Specials
- Save on Finance: Take advantage of limited-time financing specials to get warranties, rebates, and more.
- Variety of Specials: Savings for every truck type in medium and heavy duty.
- Network of Lenders: We take specials from our network of lenders and pass the savings on to you.

Apply for Financing
- Apply Today: Take the first step towards owning your ideal truck. Start your financing journey today and hit the road in no time.
- Three Step Application: Quickly and easily apply for financing with our streamlined three-step process. Simply provide your business information, ownership details, and references
- We'll Be in Touch: Our friendly finance team will reach out to you to provide personalized financing advice and explore the best options for your budget.
Since 2001, The Pete Store has focused on two key points:
- What can we do each day to help our customers be more successful?
- How do we make it easy to do business with us?
Our story is more than a timeline. It’s more about who we are as people.
Keep Up With the Pete Store
View NEWS & BLOGS
The Pete Store Partners with First Response Team of America in Hurricane Helene Relief Efforts
Asheville, NC - 10/8/24
The Pete Store Expands Footprint with New Miami Dealership
Miami, FL - 9/23/24
The Pete Store Announces Expansion to Asheville, North Carolina
Greenville, SC - 5/7/24Our Careers
We believe that happy customers come from happy employees. Learn more about why so many Pete Store team members won’t work anywhere else.

Our Locations
With 30 convenient locations across the East Coast, The Pete Store is always nearby to help.
You're about to leave this site
The link you have selected will take you to an external site that is not affiliated with or managed by us. We are not responsible for the content or accuracy of the information on the external site.
Continue to the external site?