templates/ECommerce/App/Product/sidebar.ajax.twig line 6

Open in your IDE?
  1. {% trans_default_domain 'ECommerceBundle' %}
  2. <div class="row p-0 pr-5">
  3. <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>
  4. <h4 class="font-21 line-height-113 font-weight-bold w-100 mb-40">{{ 'product.manufacturer'|trans }}</h4>
  5. {{ render(controller('App\\Controller\\ECommerce\\App\\ProductManufacturerController::indexAction')) }}
  6. <h4 class="font-21 line-height-113 font-weight-bold w-100 mb-40">{{ 'product.categories'|trans }}</h4>
  7. {{ render(controller('App\\Controller\\ECommerce\\App\\ProductCategoryController::indexAction')) }}
  8. </div>