@if (!isReadonly()) { } @if (this.PermissionsService.hasPermissionObservable(['AutoreportModule', 'autoreports', 'generate'])|async) { @if (autoreport_id) { } }
@if (animationStateShowContent) { @if (!autoreport_id) {
{{ t('No element selected') }}
} @if (autoreport_id && config && widget) { @if (this.PermissionsService.hasPermissionObservable(['AutoreportModule', 'autoreports', 'generate'])|async) { @if (autoreport?.last_send_date) {
@if (config.in_percent) { } @if (!config.in_percent) { }
{{ autoreport?.name }} @if (config.show_update_date) {
{{ t('Last update: ') }}{{ autoreport?.last_send_date }}
} @if (config.show_bar_chart) {
} @if (!config.show_bar_chart) { }
@if (config.in_percent) {

{{ autoreport?.last_percent_value }}%

} @if (!config.in_percent) {

{{ autoreport?.last_absolut_value_human }}

}
} @else {
{{ autoreport?.name }}

{{ t('No data available ') }}

} } @else { {{ t('You are not permitted to access this object') }} } } }
@if (animationStateShowConfig) { @if (widget && config) {
{{ t('Availibility') }}
{{ t('Show log data') }}
{{ t('Dynamic color') }}
} }