{% extends "ovpnconsole/base.html" %} {% block title %}Historiques de connexions{% endblock %} {% block menu_top %} {% if user.is_authenticated %}
Page Suivante
{% endif %}
{% if has_previous %}
Page Précedente
{% endif %}
Première Page
Dernière Page
{% endif %}
Retour
{% endblock %}
{% block contenu %}
| Utilisateur | IP réelle | IP VPN | Connection | Deconnection | state | |
|---|---|---|---|---|---|---|
| {{ line.user_name }} | {{ line.real_ip }} | {{ line.virt_ip }} | {{ line.conn_date }} | {{ line.disc_date }} | {% ifequal line.state 'c' %}{% else %} | {% endifequal %} {{ line.get_state_display }} |
page {{ page }} / {{ pages }}