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

{{ $title.' '.getPhrase('of').' '.$user->name }}

{{ getPhrase('title')}} {{ getPhrase('correct')}} {{ getPhrase('wrong')}} {{ getPhrase('not_answered')}} {{ getPhrase('total')}}
@if(isset($subjects_display))
@for($i=0; $i
@endfor
@endif
{{ getPhrase('title')}} {{ getPhrase('spent_on_correct')}} {{ getPhrase('spent_on_wrong')}} {{ getPhrase('spent_time')}} {{ getPhrase('total_time')}}
@if(isset($time_data))

{{getPhrase('time_is_shown_in_seconds')}}

@for($i=0; $i
@endfor
@endif
@endsection @section('footer_scripts') @if(isset($chart_data)) @include('common.chart', array('chart_data'=>$chart_data,'ids' => $ids)); @endif @if(isset($time_data)) @include('common.chart', array('chart_data'=>$time_data,'ids' => $timeids)); @endif @stop