{% extends "base.html" %} {% load rich_text %} {% load i18n %} {% block content %}

{{ notification.subject }}

{{ notification.body|rich_text }}

{% for label, url in notification.get_actions %} {{ label }} {% endfor %} {% translate "View other notifications" %} {% endblock %}