Commit 97d24537 by Őry Máté

dashboard: add missing email template

parent 6742cbb2
{% load i18n %}
{% blocktrans with u=user %}Dear {{u}},{% endblocktrans %}
{% blocktrans with n=messages|length %}You have {{n}} new notifications:{% endblocktrans %}
{% for msg in messages %} * {{msg.subject}}
{% endfor %}
{% blocktrans with url=url %}See them in detail on <{{url}}>.{% endblocktrans %}
--
{{site}} CIRCLE Cloud
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment