Rapport
Rapport de contre-expertise
= $page->subtitle()->toLowerCase() ?>
- Auteurs du rapport
- = $page->authors() ?>
- Date du rapport
body()->toLayouts() as $layout): ?>
columns();
$columnCount = $columns->count();
?>
first();
$blocks = $column->blocks();
$hasHeading = false;
$hasOtherContent = false;
// Check what types of content we have
foreach ($blocks as $block) {
if ($block->type() === 'heading') {
$hasHeading = true;
} else {
$hasOtherContent = true;
}
}
?>
type() === 'heading'): ?>
<= $block->level()->or('h3') ?> class="section-title">= $block->text() ?>= $block->level()->or('h3') ?>>
type() === 'text'): ?>
= $block->text() ?>
type() === 'image'): ?>
image()->toFile(); ?>
caption()->isNotEmpty()): ?>
type() === 'beforeafter'): ?>
= $image->caption()->html() ?>
type(), ['block' => $block]) ?>
type() === 'video'): ?>
type(), ['block' => $block]) ?>
type() === 'horizontal-gallery'): ?>
type(), ['block' => $block]) ?>
first();
$lastColumn = $columns->last();
?>
blocks() as $block): ?>
type() === 'image'): ?>
image()->toFile(); ?>
caption()->isNotEmpty()): ?>
type() === 'beforeafter'): ?>
type(), ['block' => $block]) ?>
type() === 'video'): ?>
type(), ['block' => $block]) ?>
= $image->caption()->html() ?>
blocks() as $block): ?>
type() === 'text'): ?>
= $block->text() ?>
type() === 'heading'): ?>
<= $block->level()->or('h3') ?>>= $block->text() ?>= $block->level()->or('h3') ?>>