{% trans_default_domain 'ECommerceBundle' %}
<div class="row p-0 pr-5">
<h3 class="font-24 line-height-113 font-weight-bold pt-53 mb-4 w-100 border-bottom-2-black pb-4 text-uppercase">{{ 'categories'|trans }}</h3>
<h4 class="font-21 line-height-113 font-weight-bold w-100 mb-40">{{ 'product.manufacturer'|trans }}</h4>
{{ render(controller('App\\Controller\\ECommerce\\App\\ProductManufacturerController::indexAction')) }}
<h4 class="font-21 line-height-113 font-weight-bold w-100 mb-40">{{ 'product.categories'|trans }}</h4>
{{ render(controller('App\\Controller\\ECommerce\\App\\ProductCategoryController::indexAction')) }}
</div>