{{define "page_admin_links"}} {{template "admin_shell_open" dict "Active" .Active "Admin" .Admin "Title" "Ссылки"}} {{template "admin_flash" .}}

Новая ссылка

{{template "admin_csrf_field"}}

Список ссылок ({{.Total}})

{{if not .Links}}

Ссылок не найдено.

{{else}}
{{range .Links}} {{end}}
IDТокенСтатусИспользованоСрокКонфигов
#{{.ID}} {{.Token}} {{if eq2 .Status "active"}}активна{{end}} {{if eq2 .Status "expired"}}истекла{{end}} {{if eq2 .Status "limit"}}лимит{{end}} {{if eq2 .Status "cleaned"}}очищена{{end}} {{.UseCount}} / {{.MaxUses}} {{.ExpiresLabel}} {{.ActiveConfigs}}
{{template "admin_csrf_field"}}
{{if gt .Page 1}}« Назад{{end}} Страница {{.Page}} {{if gt .Total (mul .Page .PerPage)}}Вперёд »{{end}}
{{end}}
{{if .Detail}}

Ссылка #{{.Detail.ID}}

{{appURL "share"}}?k={{.Detail.Token}}

{{template "admin_csrf_field"}}
{{template "admin_csrf_field"}}
{{if .AllServers}}
{{template "admin_csrf_field"}}
{{$allowed := .AllowedServerIDs}} {{range .AllServers}}
{{end}}
{{end}}

Активные конфигурации ({{len .Creations}})

{{if not .Creations}}

Пока нет.

{{end}} {{range .Creations}}
#{{.ID}} · {{.ConnectionName}} · сервер {{.ServerID}} · {{.Protocol}}
{{template "admin_csrf_field"}}
{{end}} {{if .DeletedCreations}}

Удалённые ({{len .DeletedCreations}})

{{range .DeletedCreations}}
#{{.ID}} · {{.ConnectionName}} · сервер {{.ServerID}} · {{.Protocol}}
{{end}} {{end}}
{{end}} {{template "admin_shell_close" .}} {{end}}