{% extends 'account/base.html.twig' %} {% block title %} {{ 'Access history' | trans }} {% endblock %} {% set selected = "sessions" %} {% block content_account %}
{{ 'Date de connexion' | trans }} | {{ 'Dernier access' | trans }} | {{ 'IP' | trans }} | {{ 'Browser' | trans }} | |
---|---|---|---|---|
{% if app['session'].get('session_id') != row.Id() %} {{ "End Activity" | trans() }} {% else %} {{ 'Current session' | trans }} {% endif %} | {{ app['date-formatter'].getDate(row.getCreated()) }} | {{ app['date-formatter'].getDate(row.getUpdated()) }} | {{ row.getIpAddress() }} {{ session['info'] }} | {{ row.getBrowserName() }} {{ row.getBrowserVersion() }} |