mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 19:48:49 +02:00
10 lines
389 B
Twig
10 lines
389 B
Twig
{# @copyright Copyright (C) 2010-2021 Combodo SARL #}
|
|
{# @license http://opensource.org/licenses/AGPL-3.0 #}
|
|
{# Dashboard Layout #}
|
|
{% apply spaceless %}
|
|
<div class="ibo-dashboard--grid" data-role="ibo-dashboard--grid">
|
|
{% for oSubBlock in oUIBlock.GetSubBlocks() %}
|
|
{{ render_block(oSubBlock, {aPage: aPage}) }}
|
|
{% endfor %}
|
|
</div>
|
|
{% endapply %} |