{% extends "emails/base.html" %} {% block content %}
{{ _("Triggered by %(username)s", username=notification.causer.display_name) }}
{{ notification.title }}
{% endblock %} {% block footer %} You are receiving this email because you are a registered user of ContentDB, and have email notifications enabled.