{% extends "emails/base.html" %} {% block content %}

{% if notification.package %} {{ _("New notification on package %(package)s", package=notification.package.title) }} {% else %} {{ _("New notification") }} {% endif %}

{{ _("Triggered by %(username)s", username=notification.causer.display_name) }}

{{ notification.title }}

View Notification

{% endblock %} {% block footer %} You are receiving this email because you are a registered user of ContentDB, and have email notifications enabled.
{{ _("Manage your preferences") }} | {{ _("Unsubscribe") }} {% endblock %}