{% extends "base.html" %} {% block content %}

Configuration du VPN

{% csrf_token %}

Quand vous aurez terminé vos modifications, cliquez sur

Statut

{% block password %} {% endblock %}
Identifiant {{object.login}}
Générer un nouveau mot de passe
{{ form.comment.label_tag }} {{ form.comment }}
Ce VPN est {{ object.activated|yesno:"activé,désactivé" }}

Adresses IP

{{ form.non_field_errors }}
{{ form.ipv4_endpoint.label_tag }} {{ form.ipv4_endpoint }} {{ form.ipv4_endpoint.errors }}
{{ form.ipv6_endpoint.label_tag }} {{ form.ipv6_endpoint }} {{ form.ipv6_endpoint.errors }}
Sous-réseaux {% for subnet in object.ip_subnet.all %}{{ subnet }}
{% endfor %}

Quand vous aurez terminé vos modifications, cliquez sur

Graphe de trafic sur 24 heures :

Graphe de trafic {{ object.login }}
{% endblock %}