2013-05-03 20:24:55 +02:00
{% comment %}
2013-05-22 23:52:17 +02:00
Mail sent to user when she was not logged in and received a PM or @-mention
2013-05-03 20:24:55 +02:00
{% endcomment %}
Hello {{ name }},
2013-05-22 23:52:17 +02:00
While you were away you received {{ messages|length }} new message{{ messages|pluralize }}{% if mention %} in which you were mentioned{% endif %}!
2013-05-03 20:24:55 +02:00
2013-05-20 18:48:08 +02:00
{% for recipient_block in messages %}
{{ recipient_block.header|safe }}
{% for sender_block in recipient_block.senders %}
{% if sender_block.sender %}{{ sender_block.sender }}{% endif %}{% for message_block in sender_block.content %}
{{ message_block.plain }}
{% endfor %}
{% endfor %}
2013-05-03 20:24:55 +02:00
{% endfor %}
2013-05-20 18:48:08 +02:00
2013-05-03 20:24:55 +02:00
Click here to log in to Humbug and view your new messages:
{{ url }}
2013-05-13 16:26:52 +02:00
{% if reply_warning %}
Please do not reply to this automated message. To respond to the missed messages you have received, please log on to Humbug and send your replies there.
{% endif %}
2013-05-03 20:24:55 +02:00
Cheers,
The Humbug Team
2013-05-23 17:48:35 +02:00
Note: click here to open your Humbug Settings page and disable future email notifications:
https://humbughq.com/#settings