{% extends 'Default/base.html.twig' %} {% block title %} Formation {% endblock %} {% block breadcrumb1 %} Formation {% endblock %} {% block breadcrumb2 %} Liste {% endblock %} {% block content %}
| Formation | Catégorie | Score minimum de réussite | Durée | Signataires | Status | Actions |
|---|---|---|---|---|---|---|
| {{ formation.name }} | {{ formation.category.name }} | {{ formation.score }} % | {{ formation.timer }} s | {{ formation.signataire1 }} {{ formation.signataire2 }} | {% if formation.enabled == 1 %} Enabled {% else %} Disabled {% endif %} |