{% extends "base.html" %} {% from 'bootstrap/form.html' import render_form %} {% block app_content %}
Notification | When | Mark all read |
---|---|---|
{% if not notification.read %}{% endif %} {{ notification.title }} {% if not notification.read %}{% endif %} | {{ moment(notification.created_at).fromNow(refresh=True) }} | Delete |
No notifications to show.
{% endif %}