@if (!this.IsInline) { @if (this.ParentTabs is null) {
                
                    @this.ChildContent
                
            
} } else { @this.ChildContent }