{{ t('Set status') }}
{{ t('Warning') }}
{{ t('No items are selected for status!') }}
{{ 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 }}
    • {{ t('Not assigned to you') }}
    • {{ t('Status has already been set') }}
  • }
  • ⚠️ {{ t('Resources, where a status has already been submitted will be ignored') }}
  • ⚠️ {{ 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...') }}