{% extends 'dashboard.html' %} {% load i18n %} {% block content %} {% if object_list %} {% for notification in object_list %}
{{ notification.timestamp|date:"D d M Y - h:m:s" }} - @taddeimania ({{ notification.timestamp|timesince:current_time }} ago)
{{ notification.body }}