{% extends "base.html" %} {% load profiles %} {% load humanize %} {% load static %} {% load guardian_tags %} {% load url %} {% load notification_extras %} {% block title %}Notifications - {{ block.super }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %} {% include "grandchallenge/partials/filters.html" with filter=filter filters_applied=filters_applied %}

Notifications

Manage your subscriptions

{% include "grandchallenge/partials/pagination.html" %} {% endblock %} {% block script %} {{ block.super }} {% include 'grandchallenge/partials/drf_csrf.html' %} {% endblock %}