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

{{ notification.title }}

{% if notification.package %} {{ _("From %(username)s and on package %(package)s.", username=notification.causer.username, package=notification.package.title) }} {% else %} {{ _("From %(username)s.", username=notification.causer.username) }} {% endif %}

{{ _("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") }}
{{ notification.type.this_is }} {% endblock %}