pyfedi/app/templates/email/unread_notifications.txt
2024-02-23 16:52:17 +13:00

8 lines
440 B
Text

Hi {{ user.display_name() }},
Here's some notifications you've missed since your last visit:
{% for notification in notifications %}
- {{ notification.title }} - {{ url_for('user.notification_goto', notification_id=notification.id, _external=True) }}
{% endfor %}
Unsubscribe from these emails</a> by un-ticking the 'Receive email about missed notifications' checkbox at {{ url_for('user.change_settings', _external=True) }}.