diff --git a/assets/css/app.scss b/assets/css/app.scss index fdc7c9ffcc..b8821d1203 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -228,6 +228,10 @@ color: #666; } + .card .stat-content { + padding: 10px; + } + // Alerts .alert { diff --git a/public/main/template/default/gradebook/custom_certificate.html.twig b/public/main/template/default/gradebook/custom_certificate.html.twig index 79f5c8956c..214ea30630 100644 --- a/public/main/template/default/gradebook/custom_certificate.html.twig +++ b/public/main/template/default/gradebook/custom_certificate.html.twig @@ -2,7 +2,7 @@
-
@@ -48,11 +48,11 @@
{{ complete_name }}
- {{ 'User has participate at a training session on the platforme %s from %s until %s' | trans | format(_s.site_name, terms_validation_date_no_time, certificate_generated_date_no_time, time_in_platform_in_hours)}} + {{ 'User has participate at a training session on the platforme %s from %s until %s' | trans | format(_s.site_name, terms_validation_date_no_time, certificate_generated_date_no_time, time_in_platform_in_hours) | raw }}
{{ 'This preparation corresponds to a volume of approximately %s training hours.' | trans | format(time_spent_in_lps_in_hours)}}
{{ 'The following contents have been validated' | trans }}:
+{{ 'This preparation corresponds to a volume of approximately %s training hours.' | trans | format(time_spent_in_lps_in_hours) | raw }}
{{ 'The following contents have been validated' | trans | raw }}:
{% if sessions %}{{ 'Obtained the following skills' | trans }}:
+{{ 'Obtained the following skills' | trans | raw }}:
{% if skills %}Berlin/Paris, {{ 'The' | trans }} {{ certificate_generated_date_no_time }}
- {{ 'The platform team' | trans }}
 ~ 'build/css/themes/' ~ stylesheet_name ~ '/images/lado-b.png' }})
 ~ 'build/css/themes/' ~ stylesheet_name ~ '/images/lado-footer.png' }})