From 015a31a14f5de5a1c7aa3dc71175eb0c2fe58b30 Mon Sep 17 00:00:00 2001 From: Miquel Lionel Date: Thu, 17 Jun 2021 22:30:49 +0100 Subject: shorter patch names, updated README.md, new Makefile --- i18n_views/hfcs.html | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 i18n_views/hfcs.html (limited to 'i18n_views/hfcs.html') diff --git a/i18n_views/hfcs.html b/i18n_views/hfcs.html new file mode 100644 index 0000000..75b6f4f --- /dev/null +++ b/i18n_views/hfcs.html @@ -0,0 +1,73 @@ +{{ template "header.html" . }} +
+
+

+{{ .i18n.Hfcs }} +

+ +
+

{{ .i18n.NewFilter }}

+


+ +


+ +


+

{{ .i18n.Matches }}

+


+ +

+


+ +

+


+ +


+

action

+

+ + + + +


+ +


+ +


+

{{ .i18n.Expiration }}

+


+ +


+

+

+
+{{ $i18n := .i18n }} +{{ $csrf := .FilterCSRF }} +{{ range .Filters }} +
+

{{ $i18n.FilterName }}: {{ .Name }} +{{ with .Notes }}

{{ $i18n.Notes }}: {{ . }}{{ end }} +

Date: {{ .Date.Format "2006-01-02" }} +{{ with .Actor }}

{{ $i18n.Who }}: {{ . }}{{ end }} {{ with .IncludeAudience }} (inclusive) {{ end }} +{{ if .IsAnnounce }}

Announce: {{ .AnnounceOf }}{{ end }} +{{ with .Text }}

Text: {{ . }}{{ end }} +

{{ $i18n.Action }}: {{ range .Actions }} {{ . }} {{ end }} +{{ with .Rewrite }}

{{ $i18n.Rewrite }}: {{ . }}{{ end }} +{{ with .Replace }}

{{ $i18n.Replace }}: {{ . }}{{ end }} +{{ if not .Expiration.IsZero }}

{{ $i18n.Expiration }}: {{ .Expiration.Format "2006-01-02 03:04" }}{{ end }} +

+ + + + +
+

+

+{{ end }} +
-- cgit v1.2.3-70-g09d2