{% extends "mails/base.html" %} {% block subject %}{{ service_name }} Notification{% endblock %} {% block content %}
Hello {{ user.name }},
{% block message %}{% endblock %} {% endblock %} {% block notes %}To disable notifications or to receive them on {{ service_name }}, please adjust your notification settings.
{{ super() }} {% endblock %}