{% extends "base.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load bootstrap %} {% load i18n %} {% load extras %} {% block content %}

{{ title }}

{% csrf_token %} {{ form|bootstrap }} {% if client_privkey %}
{% trans "IP Address" %}{{ next_ip }}
{% trans "Endpoint" %}{{ endpoint }}
{% trans "Public Key" %} {{ client_pubkey }}
{% trans "Private Key" %}
{% trans "Click to reveal" %} {{ client_privkey }}
{% trans "Important:" %} {% trans "Save the private key now. This page shows it only once!" %}
{% endif %}

{% trans "Client configuration file" %}

{% blocktrans trimmed %} Download the configuration file (.conf) for manual import, or use the QR code to import directly from your WireGuard mobile app. {% endblocktrans %}

{% trans "Warning:" %} {% blocktrans trimmed %} Treat this QR code like a password. Anyone who scans it can gain VPN access if the connection is enabled. {% endblocktrans %}