{% extends "base.html" %} {% block body %} {% if not has_notifications %}
{{ _('User') }} | {{ _('Activity') }} | {{ _('Comment') }} | {{ _('Time') }} |
---|---|---|---|
{{ link_user(notification.comment.author) }} | {{ notification.category }} | {{ page_titles[notification.comment.page] }} | {{ relative_time(notification.time) }} |