@if (is_array($teams) && count($teams))
@endif
@foreach ($teams as $team_id=>$team)
@if (is_array($teams) && count($teams))
@endif
@else
@if (isset($team['comments']))
@endif
@endforeach
{{ trans('game.last_sprint_info') }}
@if (isset($team['comments']['positive']))
@endif
@if (session('team.'.$team_id . '.closed'))
@foreach($team['comments']['positive'] as $comment)
@endif
@if (isset($team['comments']['negative']))
{{ $comment['story_symbol'] }} {{ str_limit(trans('stories.'.$comment['story_symbol'].'.title'), 100) }}
{!! trans('stories.'.$comment['story_symbol'].'.'.$comment['comment']) !!}
@endforeach
@foreach($team['comments']['negative'] as $comment)
@endif
{{ $comment['story_symbol'] }} {{ str_limit(trans('stories.'.$comment['story_symbol'].'.title'), 100) }}
{!! trans('stories.'.$comment['story_symbol'].'.'.$comment['comment']) !!}
@endforeach
{!! trans('game.zoo_closed') !!}
@else
{{ trans('game.zoo_visitors') }}: {{ $team['visitors'] }} {{ trans('game.people') }}
@foreach ($stories as $story)
@if (!($team['members']==3 && $story->area=='I'))
@if (!session('team.'.$team_id . '.insectarium_closed') || $story->area!='I')
@endif
@endif
@endforeach
{{ trans('game.story_points_used') }}: {{ $team['points_used'] }} / {{ $team['points'] }}
Agile ZOO