Historique Connexion index

Create new
{% for historique_connexion in historique_connexions %} {% if historique_connexion.valid %} {% set class = '' %} {% else %} {% set class = 'bg-danger text-white' %} {% endif %} {% else %} {% endfor %}
Id Username Date Ip Valid actions
{{ historique_connexion.id }} {{ historique_connexion.username }} {{ historique_connexion.date ? historique_connexion.date|date('Y-m-d H:i:s') : '' }} {{ historique_connexion.ip }} {{ historique_connexion.valid ? 'Yes' : 'No' }} show edit
no records found