{# @copyright Copyright (C) 2010-2024 Combodo SAS #} {# @license http://opensource.org/licenses/AGPL-3.0 #} {# Dashboard Layout #} {% apply spaceless %} {% if oUIBlock.HasTitle() or oUIBlock.HasToolbar() %}
{{ oUIBlock.GetTitle() }}
{{ render_block(oUIBlock.GetToolbar(), {aPage: aPage}) }}
{% endif %}
Editing {{ render_block(oUIBlock.GetTitleInput(), {aPage: aPage}) }}{{ render_block(oUIBlock.GetRefreshInput(), {aPage: aPage}) }}
{{ render_block(oUIBlock.GetButtonsToolbar(), {aPage: aPage}) }}
{{ render_block(oUIBlock.GetGrid(), {aPage: aPage}) }}
{% endapply %}