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

Configure Peer

{% csrf_token %}
{% for ip_address in peer_ip_list %}

{% if ip_address.missing_from_wireguard %} {{ ip_address}} {% else %} {{ ip_address}} {% endif %}

Priority: {{ ip_address.priority }}

{% endfor %}
{% endblock %} {% block custom_page_scripts %} {% endblock %}