{% extends 'base.html' %} {% load static i18n %} {% block title %}{% trans "Notification Details" %} - ATS{% endblock %} {% block content %}
{% trans "View notification details and manage your preferences" %}
{% trans "Topic:" %} {{ notification.related_meeting.topic }}
{% trans "Start Time:" %} {{ notification.related_meeting.start_time|date:"Y-m-d H:i" }}
{% trans "Duration:" %} {{ notification.related_meeting.duration }} {% trans "minutes" %}
{{ notification.scheduled_for|date:"Y-m-d H:i:s" }}
{% blocktrans count count=notification.attempts %} This notification has been attempted {{ count }} time. {% plural %} This notification has been attempted {{ count }} times. {% endblocktrans %}
{{ notification.last_error }}