{% 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

{{ _("Edit notification settings") }}

{% endblock %}