{{ __('Temps total') }} · {{ $period['label'] }}
{{ $formatHours(data_get($summary, 'total_minutes')) }}
{{ __('Temps total') }} · {{ $period['label'] }}
{{ $formatHours(data_get($summary, 'total_minutes')) }}
{{ __('Sessions') }} · {{ $period['label'] }}
{{ data_get($summary, 'session_count', 0) }}
{{ __('Régularité') }} · {{ $period['label'] }}
{{ $formatNumber(data_get($summary, 'regularity_rate', 0)) }}%
{{ __('Historique') }}
{{ $session->title ?? $session->activityType?->name ?? $session->activityCategory?->name ?? __('Activité') }}
@if ($session->activitySessionMetrics->isNotEmpty()) @endif{{ $formatSessionDuration($session->duration_min) }}
{{ $satisfactionScore === null ? '—' : (int) $satisfactionScore }} /10{{ __('Métriques') }}
{{ __('Type') }} · {{ $period['label'] }}
{{ data_get($metric, 'label') }}
{{ $formatMetricValue(data_get($metric, 'total'), data_get($metric, 'unit')) }}