{% include "cookielaw/banner.html" %}
{% bootstrap_messages %}
{# Check if the users primary mail has been verified #}
{% if user.communitymember and user.communitymember.email and not user.communitymember.email.is_verified %}
{% with email=user.communitymember.email %}
{% if user.is_authenticated %}
{% include "base_components/e2ee_modal.html" %}
{% endif %}
{% block content %}{% endblock %}
{% block pagination %}
{% if is_paginated %}
Your primary email {{ email }} has not yet been verified.
Please click here to do so.
{% endwith %}
{% endif %}
{% bootstrap_pagination page_obj extra=request.GET.urlencode %}
{% endif %}
{% endblock %}
Push notifications in your browser are not yet configured.