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

{{ title }}

{% endfor %} {% for group in notifications | selectattr("package", "none") %}

{{ _("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 %}