{{ t('Dashboard') }}
@if (!isReadonly) { @if (dashboardIsLocked) { } @if (!dashboardIsLocked) { } } @if (!isReadonly) { }
@if (isLoading) { } @if (layout.length > 0) {
@for (widget of widgets; track WidgetTrackById($index, widget)) {
{{ widget.title }}
@if (!dashboardIsLocked) { } @if (!dashboardIsLocked) { } @if (!disableRemove) { }
@if (isWidgetAvailable(widget)) { } @if (!isWidgetAvailable(widget)) {

{{ t('Missing permissions') }}

{{ t('Sorry, this widget is not accessible using your permissions.') }}

}
}
}