{{ t('Set status') }}
@if (items.length === 0) {
{{ t('Warning') }}
{{ t('No items are selected for status!') }}
} @if (items.length > 0 && containNotAssignedObjects) {
{{ t('Attention!') }}
{{ t('The list contains resources that are not assigned to you!') }}
} {{ t('Do you want set status for the selected objects?') }}
    @for (item of items; track $index) {
  • {{ item.name }}
      @if (!item.my_resource) {
    • {{ t('Not assigned to you') }}
    • } @if (!item.is_expired && !settings.allow_overwriting) {
    • {{ t('Status has already been set') }}
    • }
  • }
@if (settings) {
    @if (!settings.allow_overwriting) {
  • ⚠️ {{ t('Resources, where a status has already been submitted will be ignored') }}
  • } @if (settings.require_user_assigment) {
  • ⚠️ {{ t('Ressources where you are not assigend to will be ignored') }}
  • }
}
{{ t('The maximum length for this field is 1024. Characters available:') }} {{ 1024 - comment.length }}

{{ t('Set status...') }}