{{ extends "../../_layouts/default" }} {{ import "../../_modules/form" }} {{ block body() }} USER You ever have that feeling where you're not sure if you're awake or still dreaming? Roles Users Settings Events Create user Name Login name Email Password Password confirmation {{ yield switch(id="cb-admin", name="admin", label="Administrator") }} Type {{ yield radio(name="type", value="internal", label="Internal", checked="internal") }} {{ yield radio(name="type", value="ldap", label="LDAP") }} Roles {{range .Roles}} {{ yield checkbox(name="roles", value=.ID, label=.Name) }} {{end}} Submit Cancel {{ end }}