{foreach $sidebar as $item}
getAttribute('id')} id="{$item->getAttribute('id')}"{/if}>

{if $item->hasIcon()} {/if} {$item->getLabel()} {if $item->hasBadge()} {$item->getBadge()}{/if}

{if $item->hasBodyHtml()}
{$item->getBodyHtml()}
{/if} {if $item->hasChildren()} {/if}
{if $item->hasFooterHtml()} {/if}
{if $item->getExtra('mobileSelect') and $item->hasChildren()} {* Mobile Select only supports dropdown menus *}
getAttribute('id')} id="{$item->getAttribute('id')}"{/if}>

{if $item->hasIcon()} {/if} {$item->getLabel()} {if $item->hasBadge()} {$item->getBadge()}{/if}

{if $item->hasFooterHtml()} {/if}
{/if} {/foreach}