{% extends 'main/layout.html' %} {% block title %}Subscribers — {{ request.user.username }} at Mataroa{% endblock %} {% block content %}

Subscribers

These emails will receive a notification on new post publications.

{% if notification_list %}

To delete a subscriber, one can use the unsubscribe form.

{% endif %}
{% endblock %}