{% if notifications %} {% for notification in notifications %} {% endfor %} {% else %} {% endif %}
User Notification Actions
{{ notification.username }} {% if notification.timestamp_expires %} Notification will expire at {{ notification.timestamp_expires|datetime("%-d %b %Y %H:%M", wrap=True) }} {% endif %} {{ notification.notification|markdown|safe }} Delete notification
No active notifications.