{% extends 'base.html' %} {% load static i18n %} {% block title %}{% trans "Mark All as Read" %} - ATS{% endblock %} {% block content %}
{{ message }}
{% if unread_count > 0 %}{% blocktrans count count=unread_count %} This will mark {{ count }} unread notification as read. {% plural %} This will mark all {{ count }} unread notifications as read. {% endblocktrans %}
{% trans "You can still view all notifications in your notification list, but they won't appear as unread." %}
{% trans "You don't have any unread notifications to mark as read." %}