@extends($layout) @section('content') @php $currentSprint = $sprint; $id = ''; if (isset($currentSprint->id)) { $id = $currentSprint->id; } $currentProject = session('currentProject'); @endphp

{!! __('label.sprint') !!} {{ $currentSprint->name }}

{!! $tpl->displayNotification() !!}

@if (! empty($lockProject)) {{-- Program sprint: project is fixed to the owning program and cannot be reassigned. --}} @php $lockedProject = $allAssignedprojects[0] ?? null; @endphp
@else
@endif

{!! __('label.sprint_dates') !!}




@if (isset($currentSprint->id) && $currentSprint->id != '' && $login::userIsAtLeast($roles::$editor)) {!! __('links.delete_sprint') !!} @endif
@once @push('scripts') @endpush @endonce @endsection