% from 'templates/macros/avatar-url.html' import avatar_img with context % from "templates/macros/icons.html" import icon with context % if user.pending_notifs
  • {{ icon('exclamation-sign') }} {{ _("Notifications") }} % if user.pending_notifs {{ user.pending_notifs }} % endif
  • % endif