{% load i18n %} {% load custom_tags %}
{{ notification.title }} {{ notification.created_at }}
{% csrf_token %}

{{ notification.text | render_markdown }}