{% extends "emails/base.html" %} {% block content %}
{% 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 %}
{% endblock %} {% block footer %} {{ _("You are receiving this email because you are a registered user of ContentDB, and have email notifications enabled.") }}