{{ $t('courses.description') }} +
+| + | + | + + + + |
|---|---|---|
| {{ model.course.name }} | ++ + Ver curso + + - + | +
+
+
+ |
+
+
+
+ No se encontraron cursos +Intenta ajustar los filtros de búsqueda + |
+
+
+ {{ $t('details') }} +
++ {{ $t('name') }}: + {{ model.name }} +
++ {{ $t('certification_type') }}: + {{ model.certification_type ?? '-' }} +
++ {{ $t('cost') }}: + {{ model.cost }} {{ model.cost_currency }} +
++ {{ $t('duration') }}: + {{ model.duration ?? '-' }} días +
++ {{ $t('description') }}: + {{ model.description ?? '-' }} +
++ {{ $t('url') }}: + + {{ model.url }} + +
++ {{ $t('certification_name') }}: + {{ model.certification_name ?? '-' }} +
++ {{ $t('status') }}: + + {{ model.status_ek }} + +
++ {{ $t('department') }}: + {{ model.department?.name ?? '-' }} +
++ {{ $t('created_at') }}: + {{ getDateTime(model.created_at) }} +
++ {{ $t('updated_at') }}: + {{ getDateTime(model.updated_at) }} +
+