{% extends "base.html" %} {% block body %} {% if not notifications %}
{{ _('User') }} | {{ _('Activity') }} | {{ _('Link') }} | {{ _('Time') }} |
---|---|---|---|
{{ link_user(notification.author_id) }} | {{ notification.verbose_activity() }} | {% autoescape off %} {{notification.html_link}} {% endautoescape %} | {{ relative_time(notification.time) }} |