{{define "profile_notifications_content"}} {{with .User}}
{{ call $.T "clear_notifications" }}
{{ range (index $.Infos "infos")}}
× {{ . }}
{{end}} {{ range .Notifications }} {{end}}

{{ .Content }}

{{end}} {{end}}