{# itop-portal-base/portal/src/views/bricks/browse/mode_tree.html.twig #} {# Browse brick tree mode layout #} {% extends 'itop-portal-base/portal/src/views/bricks/browse/layout.html.twig' %} {# Documentation : #brick_content_tree is populated by JS #brick_search_field works differently regarding the brick data loading mode : - When set to "full", all the tree is already populated and the search looks through it. - When set to "lazy", if the tree is partially loaded, the search will first load it completely, then only perform the search. #} {% block pPageScripts %} {{ parent() }} {% endblock %} {% block bBrowseMainContent %}