{% from 'include/input_macros.html' import input, select %} {% if openvpn != '' %} {% for c in openvpn_configs %} {% endfor %}

OpenVPN profiles

Profile name Time of creation
{{c.split('/')[-1]}} {{c.split('/')[0]}}

{% for c in openvpn_sess %} {% endfor %}

OpenVPN sessions

Session name Status
{{c.split(' ')[0]}} {{c.split(' ')[4]}}

Uploading ovpn files

Ovpn file name Upload ovpn file (?)
{{ input('ovpn_upload_name', size='30') }}

Upload

{% else %}

You do not have installed OpenVPN client. Read hear how to install OpenVPN client

{% endif %}