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

{{ title }}

{% endfor %} {% set other_notifications = notifications | selectattr("package", "none") %} {% if other_notifications %}

{{ _("Other Notifications") }}

{% endif %}

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