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
|
|
|
|
.fr-container.flex
|
|
|
|
= 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 }
|