2024-10-31 14:28:14 +01:00
|
|
|
- title = "Statistiques de la démarche"
|
2019-07-30 14:37:00 +02:00
|
|
|
- content_for(:title, title)
|
|
|
|
|
2024-10-31 14:28:14 +01:00
|
|
|
.sub-header
|
2024-11-04 17:54:08 +00:00
|
|
|
.fr-container.flex.column
|
|
|
|
= render partial: 'instructeurs/breadcrumbs',
|
|
|
|
locals: { steps: [[@procedure.libelle.truncate_words(10), instructeur_procedure_path(@procedure)],
|
|
|
|
[t('instructeurs.dossiers.header.banner.statistics')]] }
|
|
|
|
|
2024-10-31 14:28:14 +01:00
|
|
|
= render partial: 'instructeurs/procedures/header',
|
|
|
|
locals: { procedure: @procedure }
|
2019-07-30 14:37:00 +02:00
|
|
|
|
2021-06-02 12:47:53 +02:00
|
|
|
= render partial: 'shared/procedures/stats', locals: { title: title }
|