{{if .Msg}}
{{end}}
{{template "body" .}}
Error!
{{.Msg}}
// Copyright (C) 2017 Marius Schellenberger // This file is auto-generated by build/templates.sh // using the contents of the templates directory package main import ( "errors" "html/template" ) const ( all = `{{define "body"}}
{{.Msg}}
You are about to delete the user {{.Data.Username}}
| Username | Admin | Options | |||
|---|---|---|---|---|---|
| {{$item.Username}} | {{if $item.Admin}}yes | {{else}}no | {{end}} {{if $admin}}Edit Delete | {{else}} {{if eq $item.Username $user}}Edit | {{else}}{{end}} {{end}} |
{{.Editor.Username}} is editing this page since {{.Editor.Time}}