{% extends "notifications/notification_mail.html" %} {% block body %}
Hello {{ settings.user.first_name }} {{ settings.user.last_name }},
{% with total=notification_list.count %}you received {{ total }} new notification{{ total|pluralize }} notifications on {{ index_url }}. Please have a look at them at {{ root_url }}{% url "notifications:inbox" %}
{% endwith %}Reply to: {{ notification.reply_to }}
{% endif %}
Best regards,
your Community Managers