{{ t('Create new time period') }}
@if (!post.container_id) { {{ t('Please select a container.') }} }
{{ t('In addition to the interval defined by the given time ranges, you are able to add 24x7 days using a calendar. This will only affect the monitoring engine.') }}
@if (!post.exclude_timeperiod_id) { } @if (post.exclude_timeperiod_id) { }
{{ t('The time period whose time ranges should be excluded from this time period.') }}
{{ t('Time ranges:') }}
@if (errors?.['validate_timeranges']) {
{{ t('Do not enter overlapping timeframes') }}
}

@for (range of post.timeperiod_timeranges; track $index) {
{{ weekday.value }}
}