diff --git a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/AccompanyingCourse.vue b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/AccompanyingCourse.vue
index 3f77efadd..17d239c53 100644
--- a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/AccompanyingCourse.vue
+++ b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/AccompanyingCourse.vue
@@ -4,22 +4,46 @@
- {{ $t('course.id') }}
- {{ accompanyingCourse.id }}
- - {{ $t('course.step') }}
- - {{ accompanyingCourse.step }}
- - {{ $t('course.emergency') }}
- - {{ accompanyingCourse.emergency }}
- - {{ $t('course.confidential') }}
- - {{ accompanyingCourse.confidential }}
- - {{ $t('course.opening_date') }}
- - {{ $d(accompanyingCourse.openingDate.datetime, 'short') }}
- - {{ $t('course.closing_date') }}
- - {{ $d(accompanyingCourse.closingDate.datetime, 'short') }}
- - {{ $t('course.remark') }}
- - {{ accompanyingCourse.remark }}
- - {{ $t('course.closing_motive') }}
- - {{ accompanyingCourse.closingMotive.name.fr }}
+
- {{ $t('course.user') }}
- {{ accompanyingCourse.user.username }}
+
+ - {{ $t('course.status') }}
+ -
+
+ {{ $t('course.step.active') }}
+
+ {{ $t('course.step.draft') }}
+
+
+ - {{ $t('course.flags') }}
+ -
+
+ {{ $t('course.emergency') }}
+
+ {{ $t('course.emergency') }}
+
+
+ {{ $t('course.confidential') }}
+
+ {{ $t('course.confidential') }}
+
+
+ - {{ $t('course.opening_date') }}
+ - {{ $d(accompanyingCourse.openingDate.datetime, 'short') }}
+
+ - {{ $t('course.closing_date') }}
+ - {{ $d(accompanyingCourse.closingDate.datetime, 'short') }}
+
+ - {{ $t('course.closing_motive') }}
+ - {{ accompanyingCourse.closingMotive.name.fr }}
+
+ - {{ $t('course.remark') }}
+ - {{ accompanyingCourse.remark }}
+
diff --git a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/js/i18n.js b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/js/i18n.js
index 8d0ad8a40..6c2f92379 100644
--- a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/js/i18n.js
+++ b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/js/i18n.js
@@ -10,7 +10,13 @@ const appMessages = {
remark: "Commentaire",
closing_motive: "Motif de clôture",
user: "TMS",
- step: "Statut",
+ flags: "Indicateurs",
+ status: "État",
+ step: {
+ draft: "Brouillon",
+ open: "Ouvert",
+ active: "En file active"
+ },
emergency: "urgent",
confidential: "confidentiel",
},
@@ -26,7 +32,6 @@ const appMessages = {
requestor: {
title: "Demandeur",
add_requestor: "Ajouter un demandeur",
- //requestor: "Demandeur",
anonymous: "Anonyme",
type: "Type",
person_id: "id",