@if($cardType == "full")
{{ $row['projectName'] }}
@if($row['dependingTicketId'] > 0)
{{ $row['parentHeadline'] }}
// @endif @endif
{{ $row['headline'] }}
@include("tickets::partials.ticketsubmenu", ["ticket" => $row, "onTheClock" => $onTheClock]) @if($cardType == "full")
@if( $row['editFrom'] != "0000-00-00 00:00:00" && $row['editFrom'] != "1969-12-31 00:00:00")
@else
@endif
@endif
@if($cardType == "full")
@endif
@if(isset($statusLabels[$row['status']])) {{ $statusLabels[$row['status']]["name"] }} @else unknown @endif
{{ __("dropdown.choose_status") }}
@foreach ($statusLabels as $key => $label)
{{ $label["name"] }}
@endforeach
@if($cardType == "full")
@if($row['milestoneid'] != "" && $row['milestoneid'] != 0) {{ $row['milestoneHeadline'] }} @else {{ __("label.no_milestone") }} @endif
{{ __("dropdown.choose_milestone") }}
{{ __("label.no_milestone") }}
@if(isset($milestones)) @foreach($milestones as $milestone) @if(is_object($milestone))
id }}_{{ $milestone->tags }}' id='ticketMilestoneChange{{ $row['id'] . $milestone->id }}' style='background-color:{{ $milestone->tags }}'> {{ $milestone->headline }}
@endif @endforeach @endif
@endif