data-collapsed="$collapsed"<% } %> <% if( object.link != '' ) { %>data-href="$link"<% } %> <% if( object.link != '' ) { %>data-target="$target"<% } %>><% if( object.title != '' || object.icon != '' ) { %>
<% if( object.icon != '' ) { %><% } %><% if( object.title != '' ) { %>
<%= object.title %>
<% } %>
<%= componentrenderchildren(this, 'html', {where: ['position', '=', 'title'], options: _options}) %><% if( object.badge != '' ) { %>$badge<% } %><% if( object.collapsable == 'yes' ) { %>
<% } %><% if( object.closable == 'yes' ) { %>
<% } %><% if( object.hidable == 'yes' ) { %>
<% } %><% if( object.collapsed != '' && object.collapsed != 'no' ) { %><% } %>
<% } %>
<%= object.content %> <%= componentrenderchildren(this, 'html', {where: ['position', '!=', 'title'], options: _options}) %>