{% extends 'base.html' %} {% load static i18n %} {% block title %}{% trans "Notifications" %} - {{ block.super }}{% endblock %} {% block content %}
{% blocktrans count count=total_notifications %} {{ count }} notification {% plural %} {{ count }} notifications {% endblocktrans %} {% if unread_notifications %} ({{ unread_notifications }} unread) {% endif %}
{% trans "Total Notifications" %}
{% trans "Unread" %}
{% trans "Email Notifications" %}
{% trans "Related to meeting:" %} {{ notification.related_meeting.topic }}
{% endif %}{% if status_filter or type_filter %} {% trans "Try adjusting your filters to see more notifications." %} {% else %} {% trans "You don't have any notifications yet." %} {% endif %}
{% if status_filter or type_filter %} {% trans "Clear Filters" %} {% endif %}