diff --git a/templates/web/user/account.html.twig b/templates/web/user/account.html.twig new file mode 100644 index 0000000000..e29e77dcde --- /dev/null +++ b/templates/web/user/account.html.twig @@ -0,0 +1,579 @@ + + + {{ registry.get('GV_homeTitle') }} {% trans 'login:: Mon compte'%} + + + + + + + + + + +
+
+ + + + + +
{{ registry.get('GV_homeTitle') }}{% trans 'login:: Mon compte' %} +
+
+
+
+
+ + +
+ + + + + +
+ {% if notice != '' %} +
{{ notice }}
+ {% endif %} +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {% for notification_group, nots in notifications%} + + + + {% for notification in nots %} + + + + + {% endfor %} + {% endfor %} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{% trans 'admin::compte-utilisateur changer mon mot de passe' %}
{{ user.get_login() }}
+ +
+ +
+ +
+
+ {{ user.get_email() }} {% trans 'login:: Changer mon adresse email' %} +
{% trans 'Notification par email' %}
{{ notification_group }}
+ +
+ +
+ +
+ +
+
+ +
+ +
+ +
+ +
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+
+
+
+ +
+
+
+
+ + +
+
+ {{ demandes['tab'] |raw }} + +
+
+ + +
+ + + + + + + + + + + + + + + + + {% for row in session.get_my_sessions() %} + + + + + + + + + + {% endfor %} + +
+ {% trans 'Mes sessions' %} +
+ + {% trans 'Date de connexion' %} + + {% trans 'Dernier access' %} + + {% trans 'IP' %} + + {% trans 'Browser' %} + + {% trans 'ecran' %} + + {% trans 'Session persistante' %} +
+ {% if session.get_ses_id() != row['session_id'] %} + + {% endif %} + + {{ row['created_on'] |getDate }} + + {{ row['lastaccess'] |getDate }} + + {{ row['ip'] }} + {{ row['ip_infos'] }} + + {{ row['browser'] }} {{ row['browser_version'] }} + + {{ row['screen'] }} + + {% if row['token'] %}oui{% endif %} +
+
+ + +
+ + +
+ +
+
+
© Copyright Alchemy 2005-{{ "now"|date("Y") }}
+
+
+ +