From dd136858f1ea40ad3c94191d647487fa4f31926c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 18 Oct 2024 20:33:49 +0200 Subject: Adding upstream version 9.0.0. Signed-off-by: Daniel Baumann --- templates/user/settings/organization.tmpl | 55 +++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 templates/user/settings/organization.tmpl (limited to 'templates/user/settings/organization.tmpl') diff --git a/templates/user/settings/organization.tmpl b/templates/user/settings/organization.tmpl new file mode 100644 index 0000000..16c27b5 --- /dev/null +++ b/templates/user/settings/organization.tmpl @@ -0,0 +1,55 @@ +{{template "user/settings/layout_head" (dict "ctxData" . "pageClass" "user settings organization")}} +
+

+ {{ctx.Locale.Tr "settings.orgs"}} + {{if .SignedUser.CanCreateOrganization}} + + {{end}} +

+
+ {{if .Orgs}} +
+ {{range .Orgs}} +
+
+ {{ctx.AvatarUtils.Avatar . 28 "mini"}} +
+
+
{{template "shared/user/name" .}}
+
+ {{.Description}} +
+
+
+
+ {{$.CsrfTokenHtml}} + +
+
+
+ {{end}} +
+ {{template "base/paginate" .}} + {{else}} + {{ctx.Locale.Tr "settings.orgs_none"}} + {{end}} +
+
+ + + +{{template "user/settings/layout_footer" .}} -- cgit v1.2.3