Complete the notice display. add various fields to document to correctly display the notice. Correct bug #0025746
@extends('sparql/sparqlClientResultBase')
@section('result-content')
<div class="result-bindings-heading panel-heading h3">Résultat de la requête</div>
<div class="result-bindings-body panel-body">
@if($results->isTrue())
<span class="corpus-rdf-boolean corpus-rdf-boolean-true">VRAI</span>
@else
<span class="corpus-rdf-boolean corpus-rdf-boolean-false">FAUX</span>
@endif
</div>
@endsection