diff --git a/layouts/partials/programs/presentation.html b/layouts/partials/programs/presentation.html
index 2d3893b74..a3076eda6 100644
--- a/layouts/partials/programs/presentation.html
+++ b/layouts/partials/programs/presentation.html
@@ -29,21 +29,21 @@
{{ i18n "programs.administrative_information" }}
{{- $diploma := site.GetPage (printf "/diplomas/%s" .) -}}
{{- with $diploma.Params.ects -}}
- {{ i18n "programs.ects_credits" }} |
+ {{ i18n "programs.ects_credits" }} |
{{ partial "PrepareHTML" . }} |
{{- end -}}
{{- end -}}
- {{ i18n "programs.type.initial" }} |
+ {{ i18n "programs.type.initial" }} |
{{ if .Params.initial }}{{ i18n "commons.true" }}{{ else }}{{ i18n "commons.false" }}{{ end }} |
- {{ i18n "programs.type.continuing" }} |
+ {{ i18n "programs.type.continuing" }} |
{{ if .Params.continuing }}{{ i18n "commons.true" }}{{ else }}{{ i18n "commons.false" }}{{ end }} |
- {{ i18n "programs.type.apprenticeship" }} |
+ {{ i18n "programs.type.apprenticeship" }} |
{{ if .Params.apprenticeship }}{{ i18n "commons.true" }}{{ else }}{{ i18n "commons.false" }}{{ end }} |
{{- if partial "GetTextFromHTML" .Params.capacity -}}