{% extends 'main/layout.html' %} {% block title %}Cancel email for {{ notificationrecord.notification.email }} — {{ request.user.username }} at Mataroa{% endblock %} {% block content %} Cancel sending this email to {{ notificationrecord.notification.email }}? The email content is the post: {{ notificationrecord.post.title }}. {% csrf_token %} {% endblock %}
The email content is the post: {{ notificationrecord.post.title }}.