{% extends "openwisp_utils/email_template.html" %} {% load static %} {% block styles %} {{ block.super }} {% endblock styles %} {% block mail_body %}
{% for notification in notifications %} {% if notification.url %}{% endif %}
{{ notification.level }}

{{ notification.email_message|striptags }}

right-arrow

{{ notification.timestamp|date:"F j, Y, g:i A e" }}

{% if notification.url %}
{% endif %} {% endfor %}
{% endblock mail_body %}