{% extends "emails/base.html" %} {% block content %} {% for type, group in notifications | groupby("package.title") %}

{{ type or _("Other Notifications") }}

{% endfor %}

View Notifications

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