{#
This template has two options as there are two variants for the product category single display:
1. (main category) https://projects.invisionapp.com/d/main#/console/21605959/457678051/preview
2. (sub-category) https://projects.invisionapp.com/d/main#/console/21605959/457678052/preview
Main category:
- breadcrumbs : Aanbod, Toepassingen, Projectcases, FAQ
- Content H1
- product-category-properties
- aanbod
- call-to-action
- content
- toepassingen
- daarom kiest u voor coolworld
- gerelateerde projecten
- content
- content text links
- faq
sub category
- breadcrumbs: toepassingen, werking & accessoires, Gebruik, FAQ
- Content H1
- product-category-properties
- table
- cta
- toepassingen
- text titel links tekst rechts + usp 2 kolommen
- klantenverhalen
- alternatieve categorieen
- content tekst + image
- content image + tekst
- faq
If this page has a parent, and that parent uses the ProductCategory::singleAction method,
then this is a subcategory page.
#}
{% extends 'app/layout.html.twig' %}
{% block content %}
{% include 'product_category/partials/editmode/_options.html.twig' %}
{% include "app/partials/navigation/_breadcrumbs.html.twig" %}
{% if pimcore_relation("productCategory").getElement() %}
{% if layout == "main" %}
{% include 'product_category/layouts/_main.html.twig' %}
{% endif %}
{% if layout == "sub" %}
{% include 'product_category/layouts/_sub.html.twig' %}
{% endif %}
{% endif %}
{{ pimcore_area('contact-side-widget', {
type: 'contact-side-widget-brick'
}) }}
{% endblock %}