{% include '_molecules/page-header/page-header.html.twig' with {
title: 'Modifier ' ~ company.name,
subtitle: 'Mettre à jour les informations de l\'entreprise',
icon: 'edit',
iconColor: 'primary',
backHref: path('admin_company_show', {uuid: company.uuid}),
backLabel: 'Retour à l\'entreprise'
} only %}