@if (pdfSrc) { @if (fileType() === 'pdf') {
} @else if (fileType() === 'image') {
} @else {
Aucun fichier PDF à afficher
} }