{% extends 'dashboard.html' %} {% load i18n %} {% block content %} {% if object_list %} {% for notification in object_list %}
{{ notification.title }}

{{ notification.timestamp|date:"D d M Y - h:m:s" }} - @taddeimania ({{ notification.timestamp|timesince:current_time }} ago)

{{ notification.body }}

{% endfor %} {% else %}
{% trans "No Alerts to display" %}
{% endif %} {% endblock %}