{{ extends "layouts/profile" }} {{ import "layouts/partials/menu/profile" }} {{block title()}}{{ T("profile_edit_page", User.Username) }}{{end}} {{ block profile_navigation()}}{{ yield profile_menu(route="profile") }}{{end}} {{block profile_content()}} {{if len(User.Notifications) == 0}} {{end}} {{ range User.Notifications }} {{if !.Date.IsZero()}} {{else}} {{end}} {{end}}
{{T("status")}} Event {{T("date")}}
{{T("no_notifications")}}
{{if .Read}}{{T("read")}}{{else}}{{T("unread")}}{{end}} {{ .Content }} {{formatDate(.Date, false)}}{{T("unknown")}}

{{ T("mark_notifications_as_read") }} {{ T("clear_all_notifications") }} {{ T("clear_notifications") }}
{{end}}