{% extends "base.html" %} {% block content %}
Create Client
{% if created_label and download_id %} {% endif %} {% if show_create %}

Create Client

Close
{% for route in routes %} {% else %}

No advertised routes available.

{% endfor %}
{% endif %}
{% if clients %} {% for client in clients %} {% endfor %}
LabelTunnel IPAllowed RoutesCreatedActions
{{ client.label }} {{ client.tunnel_ip }} {{ client.allowed_routes }} {{ client.created_at }} Download {% if confirm_revoke == client.id %}
Are you sure?
{% else %} Revoke {% endif %}
{% else %}
wg-diglett mascot

No clients yet.

Create your first client config above.

{% endif %}
{% for client in clients %} {% endfor %} {% endblock %}