{{ 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}}
{{ T("clear_notifications") }}
{{ range User.Notifications }}

{{ .Content }}

{{end}}
{{else}}

{{ T("no_notifications") }}

{{end}} {{end}}