{% extends 'AppBundle::layout_backend.html.twig' %} {% block title 'Gestión de Categorias'|trans %} {% block stylesheets2nd %} {# #} {% stylesheets %} {% endstylesheets %} {% endblock %} {% block bootstrap_stylesheets %} {% endblock %} {% block bootstrap_javascript %} {% endblock %} {% block content %} {% stylesheets 'bundles/app/css/views/CategoriesSeller/index.css' filter='cssrewrite' %} {% endstylesheets %}
Árbol de categorías
Cargando categorías...
Nueva categoría
{% include 'AppBundle:CategoriesSeller:categories_seller_modal.html.twig' %} {% endblock %} {% block javascripts2nd %} {% javascripts '@AppBundle/Resources/public/js/HTML/global/html_blocks.js' '@AppBundle/Resources/public/js/Product/views/specific_blocks/categoryHelper.js' '@AppBundle/Resources/public/js/CategoriesSeller/categoriesSellerHelper.js' %} {% endjavascripts %} {% endblock %}