@if (data.icon) { } @if(data.text) {
{{data.text}}
} @else if(data.textHtml) {
}
@if (data.buttons && data.buttons.length > 0) { @for (button of data.buttons; track button.code) { } } @else if (data.isActions) { }