{% extends "base.html.twig" %} {% block content %}
Créer par
{{courses.user.firstName ~' '~ courses.user.lastName}}
Certification
{{courses.title}}
Avancement du cours
{% if percent is defined and percent is not null %} {% set percentround = percent|round %}{{ percentround~'%' }}
{% else %}0%
{% endif %}