{{define "profile_notifications_content"}} {{with .User}}
{{ call $.T "clear_notifications" }}
{{ range (index $.FormInfos "infos")}}

{{ . }}

{{end}} {{ if gt (len .Notifications) 0}} {{ range .Notifications }}

{{ .Content }}

{{end}}
{{else}}

{{ call $.T "no_notifications" }}

{{end}} {{end}} {{end}}