{% extends 'base.html' %} {% load i18n static %} {% block bodyclass %}layout-wocat{% endblock %} {% block navclass %}is-wocat{% endblock %} {% block content %} {% trans "Your notifications" %} {% trans "Mark all as read" %} {% trans "Delete all read" %} {% trans "Mail preferences" %} {% trans "Confirmation" %} {% trans "Please confirm to mark all unread messages as read" %} {% trans "OK" %} × {% trans "Confirmation" %} {% trans "Please confirm that you want to delete all notifications. This cannot be undone!" %} {% trans "Delete all read notifications" %} × {% endblock %} {% block js %} {{ block.super }} {% endblock %}
{% trans "Please confirm to mark all unread messages as read" %}
{% trans "Please confirm that you want to delete all notifications. This cannot be undone!" %}