{{$siteCtrl->_l("CLIENTE")}}
{{$detail->title}}
{{$detail->subtitle}}
@if(count($detail->technologies) > 0){{$siteCtrl->_l("TECNOLOGIA_UTILIZZATA")}}
@for($t = 0; $t < count($detail->technologies); $t++)
@if($user != NULL || $detail->technologies[$t]->published == 1)
@endif
@if($user != NULL || $detail->technologies[$t]->published == 1) @endif
@endfor
{!!$detail->text!!}
@include('site.page.block.content.dettaglio.blocks')