{{ $signatures := getJSON "data/signatures/signatures.json" }} {{ $signatures := where $signatures "include_vars.permissionPub" "yes" }} {{ $countries := getJSON "data/countries/countries.json" }} {{ range sort $signatures "timestamp" "desc" }} {{ end }}
{{ i18n "subpage_signatures_tableName" }} {{ i18n "subpage_signatures_tableCountry" }}
{{ .include_vars.name }} {{ (index (where $countries "genc2a" .include_vars.country) 0).name | default .include_vars.country}}