{% extends 'base.html' %} {% load static i18n %} {% block title %}{% trans "Delete Notification" %} - ATS{% endblock %} {% block content %}

{{ title }}

{{ message }}

{% trans "Notification Preview" %}

{% trans "Message:" %} {{ notification.message|truncatewords:20 }}

{% trans "Created:" %} {{ notification.created_at|date:"Y-m-d H:i" }}

{% csrf_token %} {% trans "Cancel" %}
{% endblock %}