{% extends 'admin/base.html.twig' %} {% block title %}AFC E-Learning{% endblock %} {% block body %}
Nom | Prénom | Formation | Aff. du temps total | Temps total | Attestation | Rapport |
---|---|---|---|---|---|---|
{{ rep.learnerLastname }} | {{ rep.learnerFirstname }} | {{ rep.trainingName }} | {# {{ dump(rep.isTimeSpentVisible) }} #} {% if rep.isTimeSpentVisible == true %} {% else %} {% endif %} | {% if rep.timeReporting != null %} {# {{ rep.timeReporting.getTotalTimeSpent|date('H:i:s') }} #} {{ timeFormat(rep.timeReporting.getTotalTimeSpent) }} {% else %} - {% endif %} | {% if rep.certificateSerial %} Attestation {% else %} {% endif %} | Rapport de formation |