{% extends "ovpnconsole/base.html" %} {% block title %}Historiques de connexions{% endblock %} {% block menu_top %} {% if user.is_authenticated %}
  • Administration
  • Deconnexion
  • {% else %}
  • Connexion
  • {% endif %} {% endblock %} {% block navigation %} {{ object.ovpnauthority.ovpnsite }} : {{ object.ovpnauthority }} : {{ object.name }} {% endblock %} {% block menu %} {% if is_paginated %} {% if has_next %} Page Suivante {% endif %} {% if has_previous %} Page Précedente {% endif %} Première Page Dernière Page {% endif %} Retour {% endblock %} {% block contenu %}

    Historiques de connexions

    Filtre : (login, ip)
    {% for line in object.get_connhist %} {% endfor %} {% for line in object_list %} {% ifequal line.state 'c' %} {% endfor %}
    Utilisateur IP réelle IP VPN Connection Deconnection state
    {{ line.user_name }} {{ line.real_ip }} {{ line.virt_ip }} {{ line.conn_date }} {{ line.disc_date }} {% else %} {% endifequal %} {{ line.get_state_display }}

    page {{ page }} / {{ pages }}

    {% endblock %}