@extends($layout) @section('content')

{{ $canvasTypes[$canvasItem['box']]['title'] }}


@if (!empty($relatesLabels))
@else @endif

{{ __('Metrics') }}

@dispatchEvent('beforeMeasureGoalContainer', $canvasItem)


@if ($login::userIsAtLeast($roles::$editor)) @endif @if ($id !== '')


{{ __('subtitles.discussion') }}

@php $tpl->assign('formUrl', '/goalcanvas/editCanvasItem/' . $id . ''); $tpl->displaySubmodule('comments-generalComment'); @endphp @endif
@if (!empty($statusLabels))

@else @endif

{{ __('label.dates') }}

@if ($id !== '')

{{ __("headlines.linked_milestone") }}

@if ($canvasItem['milestoneId'] == '')

{{ __("headlines.no_milestone_link") }}

@if ($login::userIsAtLeast($roles::$editor)) @endif
@else
{{ __("label.loading_milestone") }}
{{ __("links.remove") }} @endif @endif
@if ($id != '') {{ __('links.delete') }} @endif
@endsection