diff --git a/templates/user/subscribers.tmpl b/templates/user/subscribers.tmpl
index 2f21474..1e79ddb 100644
--- a/templates/user/subscribers.tmpl
+++ b/templates/user/subscribers.tmpl
@@ -13,21 +13,23 @@
{{template "user-silenced"}}
{{end}}
-{{if .Collection.Collection}}{{template "collection-breadcrumbs" .}}{{end}}
+ {{if .Collection.Collection}}{{template "collection-breadcrumbs" .}}{{end}}
-
Subscribers
-{{if .Collection.Collection}}
- {{template "collection-nav" .Collection}}
+ Subscribers
+ {{if .Collection.Collection}}
+ {{template "collection-nav" .Collection}}
-
-{{end}}
+
+ {{end}}
- {{if .Flashes}}
- {{range .Flashes}}- {{.}}
{{end}}
-
{{end}}
+ {{if .Flashes -}}
+
+ {{range .Flashes}}- {{.}}
{{end}}
+
+ {{- end}}
{{ if eq .Filter "fediverse" }}
@@ -36,23 +38,23 @@
Since |
- {{if and (gt (len .Followers) 0) (not .FederationEnabled)}}
+ {{if and (gt (len .Followers) 0) (not .FederationEnabled)}}
Federation is disabled on this server, so followers won't receive any new posts.
- {{end}}
- {{ if gt (len .Followers) 0 }}
- {{range $el := .Followers}}
+ {{end}}
+ {{ if gt (len .Followers) 0 }}
+ {{range $el := .Followers}}
@{{.EstimatedHandle}} |
{{.CreatedFriendly}} |
- {{end}}
- {{ else }}
+ {{end}}
+ {{ else }}
No followers yet. |
- {{ end }}
+ {{ end }}
{{ else }}
{{if or .CanEmailSub .EmailSubs}}