{% extends "email_base_template.html" %} {% load i18n %} {% block content %} {% if notification.shareable_link %} {% endif %}

{{ notification.title }}

{{ notification.body|safe }}
{% translate "Open" %}
{% endblock %}