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

{{ notification.title }}

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