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