{% extends 'base.html' %} {% block content %}

{{ title }}

Receive email notifications for:

{% for key, value in notifications.items() %}
{% endfor %}
{% endblock %}