{% extends "email_base_template.html" %} {% load i18n %} {% block content %}   {% for notification in notifications %} {{ notification.created|date:"M d, Y H:i" }}

{{ notification.title }}

{% translate "Detail" %}   {% endfor %} {% endblock %}