{% extends "base.html" %} {% block content %} {% if wireguard_instances %}
                                Transfer: 
                                Latest Handshake:  
                                Endpoints: 
                                Allowed IPs: 
                                    {% for address in peer.peerallowedip_set.all %}
                                        {% if address.priority == 0 and address.config_file == 'server' %}{{ address }}{% endif %}
                                    {% endfor %}
                                    {% for address in peer.peerallowedip_set.all %}
                                        {% if address.priority >= 1 and address.config_file == 'server' %}{{ address }}{% endif %}
                                    {% endfor %}
                                
                            
There are no WireGuard instances configured. You can add a new instance by clicking the button below.