<#assign content>
    :showBusyIndicator="${ctrl.isShowBusyIndicator()?c}"
  <#if view.getViewType() == 'DECALENDAREXPVIEW'>
    :isSelectFirstDefault="true"
  </#if>
  <#if view.getViewType() == 'DECALENDARVIEW' || view.getViewType() == 'DECALENDARVIEW9'>
    @beforeload="onBeforeLoad($event)" 
  </#if>
</#assign>
<#ibizinclude>
../@MACRO/HTML/DEFAULT.html.ftl
</#ibizinclude>