{# Addons connect modal #}
{% include '@PrestaShop/Admin/Module/Includes/modal_addons_connect.html.twig' with { 'level' : level, 'errorMessage' : errorMessage } %}
{# PrestaTrust modal #}
{% include '@PrestaShop/Admin/Module/Includes/modal_confirm_prestatrust.html.twig' %}
{# Contains toolbar-nav for module page #}
{% include '@PrestaShop/Admin/Module/Includes/modal_import.html.twig' with { 'level' : level, 'errorMessage' : errorMessage } %}
{# Contains menu with Selection/Categories/Popular and Tag Search #}
{% include '@PrestaShop/Admin/Module/Includes/menu_top.html.twig' %}
{# Temporary loader until ajax has finished and display the full catalog #}
{% include '@PrestaShop/Admin/Module/Includes/grid_loader.html.twig' %}
{# Module Categories Grid #}
{% if topMenuData.categories is defined %}
{% include '@PrestaShop/Admin/Module/Includes/categories_grid.html.twig' with { 'categories' : topMenuData.categories } %}
{% endif %}
{% endblock %}