@if (isAllowedToBeSeen && show) {
| @if (displayName) { {{ displayName }} } | @if (displayValue) {
|
}
@if (button) {
|
}
@if (formGroup && control) {
@if (control.type === 'INPUT') {
|
}
@if (control.type === 'TOGGLE') {
|
}
@if (control.type === 'SELECT') {
@if (control.options) {
|
}
@if (control.type === 'TEXT') {
|
}
}
|
|
|
}