{% extends 'account_layout.html' %} {% load static %} {% load i18n %} {% block title %}WireGuard{% endblock %} {% block account_content %}

WireGuard

{% blocktrans trimmed %} This page lets you manage WireGuard peers. Each can only have one concurrent connection. {% endblocktrans %}

{% trans "Your Devices" %} {{ keys|length }}/{{ config.WIREGUARD_MAX_PEERS }}

{% trans "New Device" %}

{% if keys %} {% for peer in keys %} {% endfor %}
{% trans "Key" %} {% trans "Name" %} {% trans "Actions" %}
{{ peer.public_key }} {{peer.name}}
{% csrf_token %}
{% endif %} {% endblock %}