{% extends '@InstallBois/index.html.twig' %} {% import "forms-macro/popup.html.twig" as popup %} {% import "forms-macro/inputs_form.html.twig" as forms %} {% block title %} INSTALL-BOIS {% endblock %} {% block head %} {{ parent() }} {% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %} {% block page_content_start %} {{ parent() }}
Nom | Prénom | Date | Connexion |
---|---|---|---|
{{ logConnection.user.firstName }} | {{ logConnection.user.lastName }} | {{ logConnection.createdAt|date('d/m/Y H:i:s') }} | {% if logConnection.success %} {% else %} {% endif %}