{% if oUIBlock.HasQuickCreate() %} {{ render_block(oUIBlock.GetQuickCreate(), {aPage: aPage}) }} {% endif %} {% if oUIBlock.HasGlobalSearch() %} {{ render_block(oUIBlock.GetGlobalSearch(), {aPage: aPage}) }} {% endif %}
{% if oUIBlock.HasBreadcrumbs() %} {{ render_block(oUIBlock.GetBreadcrumbs(), {aPage: aPage}) }} {% endif %} {% if oUIBlock.HasToolBar() %}
{{ render_block(oUIBlock.GetToolBar(), {aPage: aPage}) }}
{% endif %}