{% if editmode %} <div class="container"> <div class="row"> <div class="col-md-6"> {% embed 'app/editmodenotice.html.twig' %} {% block title %}PaginaOptie: Product Categorie{% endblock %} {% block content %} {{ pimcore_relation("productCategory", { 'width' : 400, 'reload': true, "types": ["object"], "classes": ["ProductCategory"] }) }} {% endblock %} {% block information %}Selecteer een categorie.{% endblock %} {% endembed %} </div> </div> </div>{% endif %}