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

Clients

Create Client
{% if created_label and download_id %}{% endif %} {% if show_create %}

Create Client

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

No advertised routes available.

{% endfor %}
{% endif %}
{% 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 %}
{% endblock %}