{% extends 'base.html' %} {% load static i18n %} {% block title %}{% trans "Delete Notification" %} - ATS{% endblock %} {% block content %}
{{ message }}
{% trans "Message:" %} {{ notification.message|truncatewords:20 }}
{% trans "Created:" %} {{ notification.created_at|date:"Y-m-d H:i" }}