{% extends "base.html" %} {% block title %} | Notifications{% endblock %} {% block main %}
{% include 'snippets/messages.html' %}
User profile

{{ user.display_name }}

Notifications

{% csrf_token %} {% if admins %} {% for project in admins %} {% endfor %}
Project Project contact
{{ project.project.name }}
{% else %}

We couldn't find any projects that you're involved with.

You will therefore not receive any notifications.

{% endif %}
{% endblock %} {% block libraries %} {% endblock %}