package templates import "strconv" import "github.com/jsiebens/ionscale/internal/domain" templ Tailnets(accountID uint64, isSystemAdmin bool, tailnets []domain.Tailnet, csrf string) { if isSystemAdmin {

System Admin

You are a member of the System Admin group:
} if len(tailnets) != 0 { if isSystemAdmin {
Or select your tailnet:
} else {

Tailnets

Select your tailnet:
}
} }