{{ .Params.tableName }} |
{{ .Params.tableCountry }} |
{{ .Params.tableComment }} |
{{ range .Site.Data.signatures.data }}
{{ range sort . "id" "desc" }}
{{ if (eq .confirmed "yes") | and (eq .permPub "yes") }}
{{ .name }} |
{{ .country }} |
{{ .comment }} |
{{ end }}
{{ end }}
{{ end }}