{{template "prt_nav.html" .}}
    
        {{template "prt_flashes.html" .}}
        
        {{if eq .Device.Type "server"}}
        {{if .Peer.IsNew}}
            
Create a new client
        {{else}}
            
Edit client: {{.Peer.Identifier}}
        {{end}}
        
        {{end}}
        
        {{if eq .Device.Type "client"}}
        {{if .Peer.IsNew}}
        
Create a new remote endpoint
        {{else}}
        
Edit remote endpoint: {{.Peer.Identifier}}
        {{end}}
        
        {{end}}
    
 
    {{template "prt_footer.html" .}}