{{define "page_cabinet"}} {{template "guest_shell_open" dict "Title" "Личный кабинет" "Lang" (lang)}}
{{t "hero_brand"}}

{{.Member.Username}}

Личный кабинет VPN

Выйти
{{template "guest_flash" .}} {{if .Maintenance}}
{{htmlSafe (t "maintenance_banner")}}
{{end}}
{{if .Expired}}
{{else}} {{if .LimitReached}}
{{t "limit_reached" "max" (printf "%d" .Sub.MaxConfigs)}}
{{else}}
{{end}} {{end}} {{if .Bundles}}
{{end}} {{if not .Expired}}
{{end}}
{{template "guest_footer" .}} {{template "guest_shell_close" .}} {{end}}